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:
Qt Code:
  1. .info breakpoints <simulate KeyEnter-Event>
  2. <to parse>
To copy to clipboard, switch view to plain text mode 

restore:
Qt Code:
  1. break <file>:<line>
  2. 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