Re: Debugging with JDEE
Peter Su <[email protected]>
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Jeffrey Phillips:
This is complementarity of last mail. In HelloWorldServlet.java, i set (jde-run-vm-args "-Xdebug -Xrunjdwp\:transport\=dt_socket,server\=y,suspend\=n,address\=9000), and jde-run Bootstrap.java, but when i attach a port(my http port is default 80,by executing jde-bug-attach-local-host) ,it always say :
*** Debugger Output for Process 80(1) ***
Error: cannot attach to process on port 80 of local host.
Reason: Exception during command execution: jde.debugger.JDEException: INTERNAL ERROR: an attempt was made at deregistering a valid debugger. The debugger must be shut down first..
so i execute jde-debug on Bootstrap.java directly, and setting breakpoint on HelloWorldServlet.java , it's works.
WHY? i guess that problem may be here.
thanks.
Peter