Events in debugging sessions occur in a specific order.
Discussion
To understand the pattern of calls between the debug engine (DE) and the session debug manager (SDM), the following represents the calling order of the events that occur in a typical debugging session:
Attaching and detaching to a program
Launching the debugger
Terminating a program
Creating a breakpoint
When a breakpoint binds or becoming unbound
Breakpoint errors
Hitting a breakpoint
Deleting a breakpoint
Entering break mode
Stepping in break mode
Expression evaluation in break mode
Exception handling
Related content