Skip navigation

JSI Tip 0540 - Applications fail with no error, dump, or event?

Some applications, like Visual C++ v5.0, change the default debugger during installation. If the app is installed in a folder with a long file name or space in the folder name, the subject symptoms will happen.

You can either set Dr. Watson as the default debugger (see tip 241) or you can fix the problem. Edit:

HKEY_LOCAL_MACHINE\Software\Microsoft\WindowsNT\CurrentVersion \AeDebug Double-click on Debugger which is a type REG_SZ and set it to the full path to the debugger, followed by the parameters already present, enclosed in " marks. To fix Visual C++ v5.0, set it to:

"C:\Program Files\DevStudio\SharedIDE\Bin\Msdev.exe %ld -e %ld"

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish