MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ExitBreakState

Method ExitBreakState

source/Debugger.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154
155void Debugger::ExitBreakState()
156{
157 // Restore keyboard/mouse hooks if they were previously removed.
158 if (mDisabledHooks)
159 {
160 AddRemoveHooks(mDisabledHooks, true);
161 mDisabledHooks = 0;
162 }
163}
164
165
166int Debugger::Break()

Callers

nothing calls this directly

Calls 1

AddRemoveHooksFunction · 0.85

Tested by

no test coverage detected