[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Reusing JDT's debugging facilities
|
- From: Oleg Murk <olegm@xxxxxxxxx>
- Date: Sun, 18 Nov 2007 21:34:41 +0000
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.5 (X11/20070727)
Hello,
I am writing an IDE of a Java-like language that complies into normnal
Java class files. I wonder if it is possible to reuse the debug
functionality of JDT without assigning a JDT nature to a project.
The reason why I do not want to assign JDT nature to a project is
because I have my own builders, etc.
In essence, I'd like to start with language-agnostic support for
JPDA and then may be customize it for my purposes.
I can use to some extent the launching part JavaRuntime, IVMInstall,
etc. However, I have problems with reusing functionality of
JDIModelPresentation.
P.S. Or may be there is some other implementation of JPDA support for
Eclipse?
Thank You in advance,
Oleg Mürk