At 09:26 AM 4/19/00 -0500, you wrote:
>Here's a couple ideas for JDE enhancements (or maybe just glaring
>misunderstandings on my part).
>
>1. When you step into a class constructor, skip over the
>ClassLoader.LoadClass() call in the Java libraries if it gets made.
>
Yes. This has moved to the top of my priority list. I looked into the JPDA
specification yesterday and, indeed, there is a facility for filtering step
requests. You can specify a pseudo regular express that filters out steps
into any class or any package or set of packages. My plan is to filter
ClassLoader.* by default but allow you to specify any filters either
globally or on a per step basis. This will be in the next release.
>2. Show a pseudo "startup command line" used to launch the runtime in
>JDEbug in the debugger output buffer, a la the command line that shows when
>you run an app, so that you can see the parameters that are getting passed
>in in one place.
>
Yes, this is very useful and easy to do. I will include it in the next release.
>3. Once the debug target process terminates, keep the menu items under
>JDEbug->Show Buffer live while the buffers are around. Right now I have to
>hunt around to find their buffers.
>
Okay. I'm planning to revamp the buffer window system entirely to make it
more manageable. You will be able to specify what windows get displayed at
startup and whether they display in the current frame or in separate frame.
>4. Can the debugger reuse the CLI, Local Variables, Threads, and debug
>Process buffers? They tend to build up over time.
>
Yes. I could make this an option I suppose.
I trust you are aware that the command Remove Dead Processes removes all
buffers of dead processes. I use this command whenever I exit a process and
I don't need to keep its buffers around.
>5. Could the debugger process go away automagically after the debuggee
>terminates? Right now, I have to do "Exit Debugger" after my debugee
>terminates.
>
I could make this an option. Personally I like to keep the debugger
running. Anyway, it has to be an option as you might be debugging several
processes at the same time and might not want the debugger killed if one of
them dies.
>6. I get a java window when running JDEbug, and I think it's from the
>debugger, not the debuggee as it is still present after the debuggee
>terminates. Could this use javaw or, alternately, minimize the window?
>
Set jde-run-java-vm-w to javaw. This is the default by the way. You must
have changed it when you were using NT/XEmacs.
- Paul
------------------------------------------------------------
TECH SUPPORT POLICY
I respond only to requests that contain a complete problem report. The
easiest way to ensure that your report is complete is to include the output
of the JDE->Help->Submit Problem Report command in your request.
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
JDE website: http://sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html