You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

Debugging Structr using a remote Debugger

The first step to debugging Structr is to ensure a clean build.
For more details regarding this process refer to Building Structr from the Source Code.

Preparing the Structr instance

  1. Navigate to the root folder of Structr.
  2. Start the instance using ./structr-ui/run_debug.sh.
  3. Wait for the instance to be operational.

Attaching the debugger

Basis requirements

The debugger must support attachment using Sockets.
If this is supported, the debugger can be attached to port 5005.

Netbeans IDE
  1. Open the dialog found in Debug->Attach a debugger...
  2. Specify the host of your instance e.g. localhost and the debug port 5005.
  3. Confirm your settings with the Ok button.
  4. The debugger is attached and ready for use.

Search results for "Debugging Structr using a remote Debugger"

We could not find anything matching "Debugging Structr using a remote Debugger" in our documentation. Please rephrase your search.

You can also ask your questions in the Structr Google Group or create a free account in the Structr Support Portal.
Click here to send feedback to the Structr team.