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:
Friedemann Kleint
2010-09-28 16:42:21 +02:00
parent 2fff849ae1
commit 8d6f67f594
12 changed files with 74 additions and 15 deletions

View File

@@ -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),