-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Milestone
Description
Describe the bug
The DevMojo no longer respects the debug
option when setting up the debug port it dev mode. Looks to be a result of commit 66d25b7
Expected behavior
mvn compile quarkus:dev -Ddebug=5006
should listen on port 5006 for debugger connections.
Actual behavior
Dev mode always listens to port 5005 for debugger connections.
To Reproduce
Steps to reproduce the behavior:
- Create a Quarkus project using at least version 0.27.0
- Start the project with a debug port of something other than 5005
- Note in the console that it uses 5005 instead of the specified value
Environment (please complete the following information):
- Output of
uname -a
orver
:
Linux vm 5.0.0-32-generic #34-Ubuntu SMP Wed Oct 2 02:06:48 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
- Output of
java -version
:
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu219.04)
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu219.04, mixed mode, sharing)
- GraalVM version (if different from Java): n/a
- Quarkus version or git rev: 0.28.0
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working