I am working on a Spring Boot project and I have the following doubt. I am running a unit test launching it directly from the console in this way:
mvn test -Dtest=UpdateNotaryListInfoJobTest#testJob test
Basically what explained here: Run a single test method with maven
It works fine and I can run it. My doubt is: can I run it in debug mode directly from the shell or have I to use an IDE like Eclipse to debug?