Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
# Eclipse Debugging
JPDA_TRANSPORT=dt_socket; export JPDA_TRANSPORT
JPDA_ADDRESS=8000; export JPDA_ADDRESS

However, I recently discovered that a certain application (unknown at present though I did install Microsoft Office 2004) is squatting on Port 8000 and preventing the debugger from launching. So I reset my JPDA address to Port 8001 and changed the port address in the Eclipse debugger and all is well again.

No Format

# Eclipse Debugging
JPDA_TRANSPORT=dt_socket; export JPDA_TRANSPORT
JPDA_ADDRESS=8001; export JPDA_ADDRESS
2. Tomcat: start in debug mode

...

  1. Connect
    • Name: SakaDebug
    • Project: leave blank
    • Connection Type: Standard (Socket Attach)
    • Host: localhost
  2. Port: 8000 or 8001 (as defined above)
  3. Source
    • Click Add and select Java Project icon
    • Click Select all projects (note to self only: deselect local database project)
    • Uncheck Add exported entries of selected projects (otherwise references to Maven_Repo, etc. are added)
      #Common
      #*Stay with defaults
  4. Click Apply (debug session should start, otherwise click Debug icon and click on named debug profile)