The Designer IDE contains a built-in interface for debugging server-side low-code steps in Profound API and Rich Display File applications.
This Low-code debugger is different from the built-in Node.js debugger. The Low-code debugger does not pause the server when breakpoints are reached. Only debugged applications in specific debugging sessions are affected.
Debugging Profound.js and Node.js server-side code requires the use of the built in Node.js debug server (e.g. start the PJS instance with "node start.js --inspect") and a debugging client (e.g. Visual Studio Code or Chrome).
Debugging client-side JavaScript should be done using the web browser's built-in debugger (e.g. in Developer Tools in Firefox, Chrome, Edge, etc.).
The Low Code Debugger is available in Profound.js versions released after November, 2022.
...