Added an option to register Creator as post-mortem debugger.

Task-number: QTCREATORBUG-450
This commit is contained in:
Robert Loehning
2010-03-25 16:54:23 +01:00
parent 30517ab710
commit 4dc3ead0d3
7 changed files with 188 additions and 3 deletions

View File

@@ -100,6 +100,8 @@ enum DebuggerActionCode
UseAddressInBreakpointsView,
UseAddressInStackView,
RegisterForPostMortem,
// Gdb
GdbLocation,
GdbEnvironment,