Code::Blocks  SVN r11506
Classes | Macros
cbexception.h File Reference
#include <wx/string.h>
#include <wx/log.h>
#include "globals.h"
Include dependency graph for cbexception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cbException
 Code::Blocks error handling unit. More...
 

Macros

#define cbThrow(message)   throw cbException(message, cbC2U(__FILE__), __LINE__)
 
#define cbAssert(expr)
 

Macro Definition Documentation

◆ cbAssert

#define cbAssert (   expr)

Definition at line 48 of file cbexception.h.

Referenced by cbEditor::CanPaste(), cbEditor::CanRedo(), cbEditor::CanUndo(), cbEditor::ClearHistory(), CodeBlocksLogEvent::CodeBlocksLogEvent(), cbEditor::Copy(), WatchRawDialog::Create(), cbEditor::Cut(), DebuggerSettingsDlg::DeleteConfig(), cbEditor::DoFoldAll(), cbEditor::DoFoldBlockFromLine(), Mgr< LogManager >::Get(), cbDebuggerPlugin::GetActiveConfig(), Wiz::GetBitmap(), DebuggerGDB::GetBreakpoint(), Wiz::GetCategory(), DebuggerManager::PluginData::GetConfiguration(), Wiz::GetDescription(), DebuggerState::GetDriver(), DebuggerManager::GetMenu(), Wiz::GetOutputType(), Wiz::GetScriptFilename(), Wiz::GetTitle(), Wiz::GetWizardType(), GotoFile::GotoFile(), cbEditor::GotoNextChanged(), cbEditor::GotoPreviousChanged(), DebuggerManager::HasMenu(), cbEditor::HasSelection(), cbEditor::IsReadOnly(), Wiz::Launch(), ListCtrlLogger::ListCtrlLogger(), ProjectManagerUI::MoveProjectDown(), ProjectManagerUI::MoveProjectUp(), DebuggerMenuHandler::OnAddDataBreakpoint(), MainFrame::OnApplicationClose(), DebuggerMenuHandler::OnAttachToProcess(), DebuggerMenuHandler::OnBreak(), DebuggerMenuHandler::OnContinue(), DebuggerMenuHandler::OnDetachFromProcess(), DisassemblyDlg::OnMixedModeCB(), DebuggerMenuHandler::OnNext(), DebuggerMenuHandler::OnNextInstr(), MainFrame::OnPluginUnloaded(), DisassemblyDlg::OnRefresh(), DebuggerMenuHandler::OnRemoveAllBreakpoints(), DebuggerMenuHandler::OnRunToCursor(), DebuggerMenuHandler::OnSendCommand(), DebuggerMenuHandler::OnSetNextStatement(), DebuggerMenuHandler::OnStart(), DebuggerMenuHandler::OnStep(), DebuggerMenuHandler::OnStepIntoInstr(), DebuggerMenuHandler::OnStepOut(), DebuggerMenuHandler::OnStop(), DebuggerMenuHandler::OnToggleBreakpoint(), CDB_driver::ParseOutput(), cbEditor::Paste(), DebuggerMenuHandler::RebuildMenus(), cbEditor::Redo(), DebuggerManager::RegisterDebugger(), DebuggerSettingsDlg::ResetConfig(), SelectTargetDlg::SelectTargetDlg(), DebuggerManager::SetActiveDebugger(), cbEditor::SetChangeCollection(), DebuggerManager::SetInterfaceFactory(), cbEditor::SetReadOnly(), and cbEditor::Undo().

◆ cbThrow

#define cbThrow (   message)    throw cbException(message, cbC2U(__FILE__), __LINE__)