Relative Content

Tag Archive for windowsdebuggingwindbg

How to run command automatically when hit Break instruction exception – code 80000003 (first chance)?

I am trying to perform long-term reboot debugging on a system, but the system randomly encounters some Break instruction exceptions that pause my tests. Unfortunately, the code for this Break instruction exception is 80000003, which is the same as the issue I am trying to debug, so I cannot directly ignore it using the event filter. Therefore, I would like to ask if there is any command to determine if a Break instruction exception is caused by a specific address and, if so, to let it continue execution automatically.