How do you configure JBoss to debug an application in Eclipse?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You mean remote debug JBoss from Eclipse ? From Configuring Eclipse for Remote Debugging:
In the Debug frame, select the Remote Java Application node. In the Connection Properties, specify
|
|||||||||
|
|
If you set up a JBoss server using the Eclipse WebTools, you can simply start the server in debug mode (debug button in the servers view). This will allow you to set breakpoints in the application that is running inside the JBoss. |
|||
|
