MCPcopy Create free account
hub / github.com/beefytech/Beef / Debugger_Detach

Function Debugger_Detach

IDEHelper/DebugManager.cpp:983–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983BF_EXPORT void BF_CALLTYPE Debugger_Detach()
984{
985 gDebugManager->mNetManager->CancelAll();
986 gDebugger->Detach();
987 if (gDebugger->IsOnDemandDebugger())
988 delete gDebugger;
989 gDebugger = NULL;
990 gDebugManager->mNetManager->Clear();
991}
992
993BF_EXPORT Breakpoint* BF_CALLTYPE Debugger_CreateBreakpoint(const char* fileName, int lineNum, int wantColumn, int instrOffset)
994{

Callers

nothing calls this directly

Calls 4

CancelAllMethod · 0.45
DetachMethod · 0.45
IsOnDemandDebuggerMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected