Altera_Forum
Honored Contributor
7 years agohow is the ds-5 debugger being called?
hey, i have a python script which supposed to open the ds-5 debugger and i'm not quite sure with what parameters i should call it:
i saw in one of the script at rocketboards this line:"debugger --stop_on_connect=false --cdb-entry=\"" + CDB_ENTRY + " it works but there are some bugs(like restore doesn't really work and sometimes it get stuck) so i'm thinking maybe i'm not opening it correctly. i would like to know how is the debugger being opened in the ds-5, thanks.