Debug Microsoft Apps


This page provides references related to Debugging Microsoft Applications. Microsoft provides a large number of applications, documentation, tools and resources, and technical support forums to assist on these topics.  This page is provided as a convenience to help locate and quickly get started with respect to common Debugging workflows and topics and start working with the various essential debugging applications/tools required.

RELATED: Microsoft Product Q&A (Search and Ask Microsoft Programming Questions)

Debug MicroStation

VBA Debugging

See Also

Visual Studio Debugging

General

Native Code

Managed Code

Windows Debuggers

RELATED TOPICS

Debugging General

Troubleshooting Blue Screen Issues

Windows Architecture and Design prevent 3rd party User Mode Applications from being able to trigger/cause Windows Blue Screen Events, so it is almost always a Operating System Driver that is at fault and in need of attention.  See: What causes stop errors (root causes)..

Especially if you cannot Run as Admin within your organization the best advice will be to work with your IT Department to help resolve the Blue Screen Events first, then come back w/their assistance to ensure you have your (Bentley) software installed correctly. If/when things appear to go wrong after a recent product install/remote deploying scenario to try to start a given application as Administrator (one time) to ensure any post-install registry entries/permissions succeed then run the given software as a standard/restricted user to ensure proper operation; otherwise work with the software company (support team) to help correct any reproducible issues 

Here are a couple helpful links that may help them or you take those first and immediate steps needed:

  1. Open and Review Windows Reliability History (Win + "Reli") to identify recent: Crashes (exceptions) and/or Software Updates
  2. Troubleshoot Windows Blue Screen Errors (Wizard)
  3. Windows 10 support solutions - Troubleshoot Bugcheck and Stop Errors

UAC and Permissions

Windows and Applications

  • What Changed?