forked from qt-creator/qt-creator
Debugger: Allow explicitly marking of non-Python commands again
This conceptually reverts part of a61b6dfc.
Task-number: QTCREATORBUG-17594
Change-Id: I9ff72a027838a20039f217ed0d669b6c45bc2acf
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -84,6 +84,8 @@ public:
|
||||
LosesChild = 64,
|
||||
// Trigger breakpoint model rebuild when no such commands are pending anymore.
|
||||
RebuildBreakpointModel = 128,
|
||||
// This is a native (non-Python) command that's handled directly by the backend.
|
||||
NativeCommand = 256,
|
||||
// This is a command that needs to be wrapped into -interpreter-exec console
|
||||
ConsoleCommand = 512,
|
||||
// This is the UpdateLocals commannd during which we ignore notifications
|
||||
|
||||
Reference in New Issue
Block a user