forked from qt-creator/qt-creator
Debugger: List break on catch/throw as such and map names in engine.
Introduce special setting 'Stop on exception' for CDB. Reviewed-by: hjk
This commit is contained in:
@@ -159,6 +159,9 @@ private:
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////
|
||||
|
||||
const char *BreakpointData::throwFunction = "throw";
|
||||
const char *BreakpointData::catchFunction = "catch";
|
||||
|
||||
BreakpointData::BreakpointData() :
|
||||
m_handler(0), enabled(true),
|
||||
pending(true), type(BreakpointType),
|
||||
|
||||
Reference in New Issue
Block a user