browse by category or date

My development PC is a Windows 7 64-bit with Visual Studio 2008 (yeah.. i’m lagging behind darn it 🙂 ). Most of the time, I need to write/debug application in 32-bit(x86) environment.

Occasionally, the debugging session will abruptly ended, leaving me just this window:

Apparently there was an exception happened, and that’s how the 32-bit debugger handles it. Sucks right?

So in order to get the Exception details, you just need to put one single try-catch to cover the whole application, and put a breakpoint inside the catch section.

By now, you should be able to get the exception details whenever you x86 debugging session abruptly ended.

GD Star Rating
loading...
Visual Studio 2008 Error: vshost32 has stopped working, 3.0 out of 5 based on 1 rating

Possibly relevant:

About Hardono

Howdy! I'm Hardono. I am working as a Software Developer. I am working mostly in Windows, dealing with .NET, conversing in C#. But I know a bit of Linux, mainly because I need to keep this blog operational. I've been working in Logistics/Transport industry for more than 11 years.

Incoming Search

vshost32 has stopped working

1 Trackback

 

1 comment so far

Add Your Comment
  1. Thanks for the tips, Mate!