Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] how to run the code in debug mode (have breakpoint)

Hi,

is it possible to run maven project in debug mode in eclipse, that is, can set a breakpoint and then if the goal is test, when I run the test goal and hit a breakpoint, it will pause and highlight that breakpoint to allow me run the code step by step.


Back to the top