Suppose an application generated an access violation and the debugger
reported it.
Manually, I change the EIP to another location and want to continue single
stepping, but if I press "t" the exception handler is executed (as if "gu"
was used).
I could use "gh" to mask the exception but I don't want to resume the
application.
Please advise.
--
Elias