With this faster process of debugging, you can use a few clicks in Visual Studio to debug an application deployed on an MCP machine.
The configuration properties are auto populated, and you only need to enter the password.
It will save your time and effort.
Note: This faster process of debugging automatically creates the capability file if the property value is set to true. The default value is false.
If you are debugging for the first time or running the debugger with a new configuration with Enable Host Database Access set to true for the folder configuration properties, then the below dialog appears.
Click Yes to connect and debug with the database on the MCP machine. Click No to debug with the local SQL Server database. If you want to change the Host and Database, you will have to modify the configuration properties.
The SMDebugger dialog appears. Enter the Password and LRSS Password.
If the Password and the LRSS Password are same, then enter the Password and select the Use same password for LRSS checkbox.
If you do not want to enter the Password every time while debugging, then select the Allow saving password checkbox.
Then click OK.
Note: The debugger will start with the predefined property values. If you want to change any of these values, you will have to modify the configuration properties.
The first screen of the application is displayed, and you can proceed with the debugging.