Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-3291

Update "ant run-example" JVM debugging command-line switches

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • 4.9, 6.0
    • None
    • None

    Description

      Our current run-example target uses

      -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=${example.debug.suspend},address=5005

      but I've heard that it can be done without -X arguments like this

      -agentlib:jdwp=transport=dt_socket,address=localhost:9009,server=y,suspend=y

      What's the most up-to-date best way to enable JVM debugging? Are changes warranted?

      Attachments

        Activity

          People

            Unassigned Unassigned
            ehatcher Erik Hatcher
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: