Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: typo

...

Code Block
    MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=87874000,server=y,suspend=y

After setting this property, run "maven jetty:run" and it will block, waiting for a debug connection. If "suspend=n" is set, it will start right away.

...