Stop ARSim and get back trace

Hi,

most of the common needed functions of the debugger are available via the Automation Studio code editors / user interface, please see the following link as entry point for more information about the user interfaces for setting breakpoints, reading variable values via watch or debugger watch and so on:
https://help.br-automation.com/#/en/4/diagnostics_support%2Fdiagnosis%2Fdebugging%2Fdiagnosis_debugging.html

From the console output it seems that no breakpoints are set yet.
So you have to set at least one breakpoint at a reachable code position, the task will then stop at this position.

Regarding to “Command xxx is not allowed to be entered in command line”: many gdb commands are disabled by default to avoid interference with the user interfaces of the editors and so on.
Please have a look here for more information about:
https://help.br-automation.com/#/en/4/diagnostics_support/diagnosis/debugging/diagnosis_debugging_gdbconsole.html

Best regards!

1 Like