Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Extending eclipse debug model to add one more level(add new level in eclipse debug model )
icon1.gif  Extending eclipse debug model to add one more level [message #1749678] Fri, 09 December 2016 12:33
Nischal Reddy is currently offline Nischal ReddyFriend
Messages: 2
Registered: July 2014
Junior Member
Hi,

I have a requirement to extend eclipse debugger to support one more level,

the eclipse debug model has the following hierarchy:

> Launched Application <--- Level 1

> Debug Target <--- Level 2

> Thread <--- Level 3
> Stack frame <--- Level 4

> Thread
> Stack frame


I want to introduce one more level below debug target:

> Launched Application <--- Level 1

> Debug Target <--- Level 2

> My debug node <--- Level 3 (my new level)

> Thread <--- Level 4
> Stack frame <--- Level 5

> My debug node

> Thread
> Stack frame



How do i go about doing this, from what i have seen there doesnt seem to be a straight forward way to do it. The way i see it i will have to define my own debug model.

Is there a simpler way to do this?

Thanks,
Nischal Y
Previous Topic:Code coloring/Mark a selected piece of code
Next Topic:Can not able to add new pages in projectproperties in plugin.xml
Goto Forum:
  


Current Time: Thu Apr 25 05:35:04 GMT 2024

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

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

Back to the top