Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Missing IExecutionDMContext to resume a debug session
Missing IExecutionDMContext to resume a debug session [message #1792712] Mon, 23 July 2018 06:25
florent Vion is currently offline florent VionFriend
Messages: 2
Registered: March 2016
Junior Member
Hi the experts,

After a lot of search without success I think I need some help. My pb is quite simple.

I have two suspended debug session in parallel and I would like to resume both with only one action (for example using a button). It's easy to resume the one selected in the debug view thanks to the current debug context but after that, to resume the other it's complicated.

I can retrieve the session object of the second one so I have access to the RunControl service but I'm stuck here because I cannot use it, I'm missing the IExecutionDMContext element.

Do you know how to get all the on-going debug context? (programmatically of course)

Or do you have any solution or at least a new approach?

Regards
Previous Topic:Arduino "function" issue.
Next Topic:Unexpected file linking
Goto Forum:
  


Current Time: Fri Apr 26 13:25:07 GMT 2024

Powered by FUDForum. Page generated in 0.03303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top