debugger: rename 'Break on abort' to 'Break on raise'

Change-Id: I9e1751e890c42cc9f2d7f855b25c3d7e24b5501f
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-02-23 18:49:09 +01:00
committed by hjk
parent 873b0805a0
commit fe62330c9f
4 changed files with 11 additions and 12 deletions

View File

@@ -155,7 +155,7 @@ enum DebuggerActionCode
BreakOnCatch,
BreakOnWarning,
BreakOnFatal,
BreakOnAbort,
BreakOnRaise,
// Registers
AlwaysAdjustRegistersColumnWidths,