Remote debugging in Fitnesse

  1. Start the Fitnesse
  2. When you want to debug a test, start by adding ?responder=test&remote_debug=true to the url for the test.
  3. Start the remote debugging process in your debugging tool. Remember to make sure you are using the right port. (Port 8000 if you are using the default settings for java).

How to create remote debugging application in Eclipse

  1. Run -> debug configurations…
  2. Create new Remote Java application and provide the Name as appropriate
  3. In Connect tab, choose the Project to debug.
  4. if you want more than one project to debug, Click Source tab and add relevant sources to debug.
  5. Provide the Host and port appropriately.