Skip to content

Debugger option on script menu

Caio Tonetti requested to merge ctonetti/rocs:improved-graph-ide-debugger into master

The QScriptEngineDebugger class was added to be used as an debugger for the javascript engine (QScriptEngine). A checked box in the script output widget is used to tell the ROCS system if the programmer wants to use the debugger or not. The debugger offers options for step-by-step execution and many other useful programming tools.

To launch the debugger, the programmer must offer some javascript code and check the "Debugger" option. Then, everytime he runs the code by using the "Run" option, the debugger window will be also launched at the start of the execution.

Merge request reports