The MASM Forum

General => The Campus => Topic started by: Magnum on December 08, 2012, 03:07:03 AM

Title: SEH for an app when it doesn't close
Post by: Magnum on December 08, 2012, 03:07:03 AM
When I write an app, could I put in a Structured Exception Handler to handle when my program doesn't end properly ?

I am still learning Olly and trying some more of it's bells and whistles.

I would like to learn to put in some debug statements.

When I flub up, I would like to know before I have 3 or 4 instances running.

Andy