Debugging (Magic xpi 3.x)
The Magic xpi Debugger is a part of the Magic xpi Studio that lets you test your integration project during the development stage and also remotely debug a production running server. The Debugger starts the project Server or attaches to an already running project Server. It gives you the ability to control the way the project is executed and view execution flow sequences, variables, and breakpoints.
When starting the Debugger, the project is automatically built in Debug mode. This process includes running the Checker on all active flows. In order to facilitate debugging projects during development, the Debugger will build the executable file even if there are flows which include fatal errors. Flows with errors will be marked as Inactive and will not be available during the Debug session.
Debugger Status
Controlling Project Execution