Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-24185

Server adapter: approach to set nodejs/eap apps to debugging is inconsistent

XMLWordPrintable

      • eap
        • if you want to debug you have to set DEBUG env variable in the rc to true. The env variable key is defined in the docker image label "com.redhat.dev-mode".
          "com.redhat.dev-mode": "DEBUG:true",
          
        • to use a custom debugging port you can set the DEBUG_PORT env var. The default port is 8787 as defined in the docker image label
           "com.redhat.dev-mode.port": "DEBUG_PORT:8787"
          
      • nodejs

            Unassigned Unassigned
            adietish@redhat.com André Dietisheim
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: