Menu

#24 jlink disconnect/connect to running target

Next Release
pending
None
5
2015-03-26
2013-12-17
No

work with SEGGER to find a way to gracefully disconnect from the target, to let it run.

similarly, to reconnect to a running target.

Discussion

  • Liviu Ionescu (ilg)

    • status: open-accepted --> pending
     
  • Piergiuseppe Tundo

    Hi Liviu.
    Thank you very much for your awesome work on GNU ARM Eclipse plug-ins.

    A possible solution to reconnect to a running target is creating and using a debug configuration with the option "Connect to running target" selected.

    I look forward for the detaching issue solution.

    Best regards.

     
  • Liviu Ionescu (ilg)

    do you mean detaching is still an issue? I remember I spent some time on this and I thought it was fixed.

     
  • Piergiuseppe Tundo

    I have latest version of Eclipse CDT and all plugins but the "Disconnect" button is grayed out.

    Best regards.

     
  • Liviu Ionescu (ilg)

    ah, ok, that button is not supported. :-(

    did you try to simply terminate the debug session?

    be sure you use the latest SEGGER version.

     
    • Piergiuseppe Tundo

      When I use the Terminate button (the one with the red square) the target stops too, which is not what I need.

      Best regards.

       
  • Liviu Ionescu (ilg)

    ok, I'll look into it.

     
  • Piergiuseppe Tundo

    I'm sorry I wasted your time ... but I just randomly found the right button to terminate the debugging session without stopping the target is the (identical!) one in the console window (bottom-right area in my case) and not the one in the top toolbar (top-left area).
    Best regards.

     

    Last edit: Piergiuseppe Tundo 2015-03-26
  • Liviu Ionescu (ilg)

    the right button to terminate the debugging session without stopping the target

    yes and no, normally the top toolbar button should do the trick.

    if you use the console button, it first kills the process associated to the console, than the other are killed too.

    if you use the top toolbar button, the order of 'killings' is different, and if you say it is not working, then we have small problem that needs to be fixed.