I can successfully connect to the VM, and can see the threads of the server
running, but haven't a clus as to how to see an active servlet
running(watches), or set breakpoints that actually work. Can someone
describe the process?
Thanks!
James Birchfield
Senior Software Engineer
Ironmax.com LLC
a better way to buy, sell and rent construction equipment
5 Corporate Center
9960 Corporate Campus Drive,
Suite 2000
Louisville, KY 40223
|--------+------------------------------------>
| | Andreas Reckmann |
| | <[EMAIL PROTECTED]> |
| | Sent by: |
| | owner-orion-interest@orion|
| | server.com |
| | |
| | |
| | 08/04/00 09:29 AM |
| | |
|--------+------------------------------------>
>-------------------------------------------------------------------------------------------------------------------------------------|
|
|
| To: Orion-Interest <[EMAIL PROTECTED]>
|
| cc:
|
| Subject: debugging
|
>-------------------------------------------------------------------------------------------------------------------------------------|
Hi,
I try to debug JSP and EJB with netbeans.
I try
java -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=y -jar orion.jar
Listening for transport dt_socket at address: 2575
and
I try
java -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_shmem,server=y,suspend=y -jar orion.jar
Transport dt_shmem failed to initialize, rc = 509.
FATAL ERROR in native method: No transports initialized
I don't know what to do.
Can anybody describe me how to run debugging with netbeans in detail.
Thanks,
Andreas