Debug an app that does not initialize
- Last UpdatedAug 21, 2026
- 1 minute read
Use the following steps to debug an app that does not start.
- Deploy the ViewApp.
- Go to the app properties in Visual Studio.
- Go to the debug section.
- Select "Start external program" and select the deployed ViewApp (View.exe).
- Select Save and start debug.
- Launch View.exe from the AVEVA OMI Application Manager.
- Add a breakpoint, then step through the initialization of the app until you find the problem.