At 10:32 AM 2/1/00 -0600, you wrote:
>Paul,
>
>I performed the test you suggested to see if I could get access to the
>Virtual Machine Manager - no problem - see below. I would certainly like
So it seems to be a JDEbug problem.
>to help solve this problem. Please let me know if you have any
>suggestions. Mike, any ideas or suggestions that you might have would
>also be appreciated.
>
It would be a great help if you could see if JDEbug hangs in the same place
on your system as it does on Mike's. Here's how to do this:
1. Open jde/java/src/jde/debugger/Application.java
2. Add the following statement
signal(MESSAGE, "getting vm manager");
before the call to the virtualMachinManager method in the
getConnector method and the statement
signal(MESSAGE, "got vm manager");
after the call.
3. Compile Application.java and all the other JDEbug classes into
jde/java/classes
4. Open your test application.
5. Set jde-bug-debug on. This tells the JDE to load the debugger from
jde/java/classes/ rather than from jde/java/lib/jde.jar
6. Run JDEbug on your class.
7. Examine the messages output buffer to see whether the debug messages
appear.
- Paul