How to debug QuarkusIntegrationTest in IntelliJ ? #33421
Replies: 5 comments 9 replies
-
/cc @geoand (testing) |
Beta Was this translation helpful? Give feedback.
-
Assuming you are testing a jar, you can set |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Using |
Beta Was this translation helpful? Give feedback.
-
Yep tried this too, but it didnt work. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I add breakpoints on application code and then run my Quarkus Integration Test ( via quarkusIntTest gradle task) the code execution never pauses on the breakpoints.
Any solutions to this ?
Quarkus version = 2.9.2Final
IntelliJ version = IntelliJ Ultimate 2023
Beta Was this translation helpful? Give feedback.
All reactions