Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-20086

Jetty debug address does not allow debug from a different host on Java 11

    XMLWordPrintable

Details

    • Unknown
    • N/A
    • N/A
    • Pull Request accepted

    Description

      Java 5-8:
      -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
      Java 9+:
      -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005

       

      Without the *: before the address port, remote debugger (i.e., not from the same host) cannot connect to the JVM.

      Attachments

        Activity

          People

            mleduc Manuel Leduc
            mleduc Manuel Leduc
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: