Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
vertx:debug [2022/01/09 11:09] – old revision restored (2022/01/08 05:40) 85.25.185.238 | vertx:debug [2022/06/12 22:43] – old revision restored (2022/01/09 11:07) 172.70.175.190 | ||
---|---|---|---|
Line 1: | Line 1: | ||
=== Debugging vert.x applications with Eclipse === | === Debugging vert.x applications with Eclipse === | ||
+ | |||
(Please note that this description applies to vert.x 2.1.x) | (Please note that this description applies to vert.x 2.1.x) | ||
+ | |||
When debugging vert.x applications inside Eclipse, I could get breakpoints to work when starting a unit test in Eclipse with Debug as Junit, but for some reason I couldn' | When debugging vert.x applications inside Eclipse, I could get breakpoints to work when starting a unit test in Eclipse with Debug as Junit, but for some reason I couldn' | ||
- | The group suggested using mvnDebug (actually that was Tim), which supports running a maven build with the debug listener option in the JVM so that it is possible to attach from Eclipse or another IDE to the process. | + | The group suggested using mvnDebug (actually that was Tim I think), which supports running a maven build with the debug listener option in the JVM so that it is possible to attach from Eclipse or another IDE to the process. |
In the case of vert.x, the command to run the program is (in a command window or terminal) | In the case of vert.x, the command to run the program is (in a command window or terminal) |