in our scriptenvironment we are using the QScriptEngineDebugger.
is there a more efficient way to save and restore Breakpoints than using the ConsoleWidget to simulate user requests?
save:
.info breakpoints <simulate KeyEnter-Event>
<to parse>
.info breakpoints <simulate KeyEnter-Event>
<to parse>
To copy to clipboard, switch view to plain text mode
restore:
break <file>:<line>
condition <breakpoint-id> <expression>
break <file>:<line>
condition <breakpoint-id> <expression>
To copy to clipboard, switch view to plain text mode
there should be a better way. Any ideas?
Please also look for: https://bugreports.qt.io/browse/QTBUG-48512
Bookmarks