Scripts and .NET Framework > Using the .NET Debugger
  
Using the .NET Debugger
Creating debugger Information
FactoryStudio has an integrated .NET code debugger. In order to use it, it is necessary that the local computer has cache files with the necessary files to run the debugger. The steps to enable the debugger are:
1. Enable the Debug Information on Run > Build > Messages
2. As necessary, save the source code you want to debug again, so the debug information is created. This step is only necessary the first time you open the project on the computer, as after that, the background compiling will keep generating the necessary debugging information to enable the use of breakpoints and step execution.