This is probably a very stupid question but I am at my wits end. I am
working on an Java application which uses heavy GUI. When I start running
the application using key board shortcut (C-c C-v -C-r) application window
fails to come up 3 times out of 4 tries. Alternatively if I try to debug the
app using shortcut key (C-c C-v C-d) or use the menu options to run or debug
the application window always comes up. The same program runs fine on the
command prompt.
Is there something different in running from the menu and running the
application using keyboard command.
I am using GNU Emacs 20.6.1. with JDE 2.1.9 and JDK 1.2.2 on NT 4.0
I haven't checked this in latest version but was wondering if following
feature can be added easily.
1. Can we debugger command shortcuts and menu options for other debugger
buffers like local variables and CLI. It becomes very annoying to switch to
Java buffer every time as local window looses it's expanded state every time
you step.
2. Can we add prefix arguments to debugger commands like step.
Thanks for any help/suggestions
- Niranjan