jbosstools / jbosstools-quarkus

Quarkus tooling for Eclipse
https://tools.jboss.org
Apache License 2.0
16 stars 20 forks source link

JBIDE-28715: Quarkus run configurations starts the Java debugger #197

Closed jeffmaury closed 1 year ago

jeffmaury commented 1 year ago

Signed-off-by: Jeff MAURY jmaury@redhat.com

Pull Request Checklist

General

Code

Testing

Function

jeffmaury commented 1 year ago

I don't see a real change here. starting application using Quarkus run config still starts debugger and hit breakspoints.

Can you share the output of the Maven console ?

sbouchet commented 1 year ago

I don't see a real change here. starting application using Quarkus run config still starts debugger and hit breakspoints.

Can you share the output of the Maven console ?

I was trying to do so , to show that even in run mode, i was seeing the debugger port listener message, but i can't anymore after several run then debug launches.

So i can't reproduce.