Saturday, October 14, 2006

Java Platform Debugger Architecture (JPDA)

Java Platform Debugger Architecture (JPDA)

I decided to sped some time on doing some reserch on JPDA. I am planning to create an Eclipse Plug-in to insert breakpoints and track using JPDA.

I will keep you posted on my findings and progress.

Technorati Profile

1 comment:

Gireesh Kumar said...

Looks like I dont need to worry much about the JPDA if i use eclipse JDT. They have exposed many classes which does this.

But still now I could get a generic way to insert breakpoints in different file types, like C,C++,php,java etc.
Each vendor has their own way of putting breakpoints.