Capturing other processes excecptions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know of a way to detect when another process has produced an
exception? Is there any way to tell from their state or is there some sort of
message passing involved? Persumabley there must be a mechanism I can hijack
as Dr Watson currently manages to log all of the exceptions.

Thanks
Paul Cardy
Research Assistant
RoboCity Ltd.
 
RoboCity said:
Does anyone know of a way to detect when another process has produced an
exception? Is there any way to tell from their state or is there some sort
of
message passing involved? Persumabley there must be a mechanism I can
hijack
as Dr Watson currently manages to log all of the exceptions.

Sure: Write a debugger. I think source code for WinDbg (debugging unmanaged
code) as well as Cordbg (debugging managed code) is available online.

Niki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top