Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Debugging Debug code
Debugging Debug code [message #894713] Tue, 10 July 2012 08:59 Go to next message
saurav sarkar is currently offline saurav sarkarFriend
Messages: 428
Registered: July 2009
Senior Member
Hi All,

I want to debug the debug framework code.
Since the actual application code will be in the runtime workbench and the debug breakpoints will hit in the development IDE. I am not able to find out about how can i debug the code where the execution is happening in the debvelopment IDE.

Will remote debugging help me in this context ?

cheers,
Saurav


Re: Debugging Debug code [message #894740 is a reply to message #894713] Tue, 10 July 2012 10:26 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33133
Registered: July 2009
Senior Member
Saurav,

It sounds like you need to launch a runtime bench under debug control
and from that launch the application under debug control. Then when the
application hits a breakpoint, and the debug framework handles that,
your main IDE will hit the breakpoints you've put in the debug framework.


On 10/07/2012 10:59 AM, saurav sarkar wrote:
> Hi All,
>
> I want to debug the debug framework code.
> Since the actual application code will be in the runtime workbench and
> the debug breakpoints will hit in the development IDE. I am not able
> to find out about how can i debug the code where the execution is
> happening in the debvelopment IDE.
>
> Will remote debugging help me in this context ?
>
> cheers,
> Saurav


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Debugging Debug code [message #894915 is a reply to message #894740] Wed, 11 July 2012 05:44 Go to previous message
saurav sarkar is currently offline saurav sarkarFriend
Messages: 428
Registered: July 2009
Senior Member
Hi Ed,

Thanks for the reply.
Silly me i tried that earlier but because of the same workspace configuration i could not spawn off a separate workbench instance
and i thought it could not be done Smile.

Now i could change the workspace and do the debug as the way you mentioned.

cheers,
Saurav


Previous Topic:Outline View (Tree Update of Folded and Unfolded Nodes)
Next Topic:Editor Visibility
Goto Forum:
  


Current Time: Tue Apr 16 22:17:18 GMT 2024

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

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

Back to the top