Iron Speed Designer creates a standard .NET application and you can use the debugging features of Microsoft Visual Studio .NET to debug your applications. When an application is created, a VBPROJ or a CSPROJ file is created along with the source files. You can open this project file and compile this in Visual Studio .NET with debugging information and put breakpoints to stop at any point in your application.
To debug your applications in Visual Studio .NET, please follow the following instructions located at:
Compiling Applications in Debug Mode
Note: Visual Studio .NET requires an application resident on the local machine for debugging purposes.
Debugging Inside Iron Speed Base Classes
Debugging with Visual Studio .NET
Working with Microsoft Visual Studio .NET