forked from qt-creator/qt-creator
debugger: adjust loading/saving of watched expressions to recent changes
This commit is contained in:
@@ -719,6 +719,8 @@ class SessionEngine : public DebuggerEngine
|
||||
public:
|
||||
SessionEngine() : DebuggerEngine(DebuggerStartParameters()) {}
|
||||
|
||||
bool isSessionEngine() const { return true; }
|
||||
|
||||
void loadSessionData()
|
||||
{
|
||||
breakHandler()->loadSessionData();
|
||||
|
||||
Reference in New Issue
Block a user