docs/gui/settings/Events.md
This page contains a list of debug events. You can specify whether the program should pause when the debug events happen.
This event happens when the process is being initialized but have not begun to execute user code yet.
Set a single-shoot breakpoint on the TLS callbacks when a module is loaded to pause at the TLS callback.
Set a single-shoot breakpoint on the entry of the EXE module to pause at the entry point.
Set a single-shoot breakpoint on the entry of the DLL module to pause at the entry point.
This event happens when the process is successfully attached.
Set a single-shoot breakpoint on the entry of the thread when a thread is about to run.
Pause when a DLL is mapped to the address space.
Pause when a DLL is unmapped from the address space.
Pause when a new thread is about to run.
Pause when a thread has exited.
Pause when a debug string is emitted by the debuggee.