This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Debugger is disconnecting abruptly without quit command

Hello All,

We are trying to do automation to run the tests using debugger. But when we run debugger using script.ds (have load and run commands). After run command it is disconnecting abruptly. Need a solution to run the script and disconnects when it hit quit command.

script.ds

load myexample.axf

run

Thanks

Parents
  • Hello Ronan, 

    Thank you for the reply. I am using in command line and when I use pause , it is just pausing 10s and quits I need a script which runs all the tests and disconnect automatically. When I use wait with certain seconds, the tests are running but at the end it quits after that certain seconds instead after completing the tests. 

    I am looking for script which doesn't quit abruptly, It just need to run the tests and quits. 

Reply
  • Hello Ronan, 

    Thank you for the reply. I am using in command line and when I use pause , it is just pausing 10s and quits I need a script which runs all the tests and disconnect automatically. When I use wait with certain seconds, the tests are running but at the end it quits after that certain seconds instead after completing the tests. 

    I am looking for script which doesn't quit abruptly, It just need to run the tests and quits. 

Children