PDA

View Full Version : QScriptEngineDebugger save/restore breakpoints



Muts
26th February 2016, 15:37
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>


restore:


break <file>:<line>
condition <breakpoint-id> <expression>


there should be a better way. Any ideas?
Please also look for: https://bugreports.qt.io/browse/QTBUG-48512