Hi, I have a build with a Maven profile and I can run in as a Run configuration from within STS, the Spring Source Tool Suite Eclipse version.
I can also run it from the command line with the command: mvn clean install -Pmysql-test -Dtest=NavbarLanguageDaoTest But when I want to run it as a Debug configuration from within STS, it runs as a Run configuration, that is, it runs fine to the end but does not stop to any of the breakpoints. In the Debug perspective, I can see the breakpoints in the pane listing the breakpoints and all of them are ticked. Why is it that no breakpoint is being stopped at ? Kind Regards, -- View this message in context: http://maven.40175.n5.nabble.com/Running-a-debug-configuration-in-STS-on-a-Maven-profile-tp5733492.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
