Finding a fault address



If Event Viewer shows that my Win32 application faulted at 0x000113c8 how
can I use this to find the corresponding source code location? Assume that
my application is written in VC++ v8.0 and that I have debug information.

For example, is there a way to load the .EXE into VS and move EIP to the
faulting address?

Many thanks




.


Loading