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

Function Debugger_GetStdHandles

IDEHelper/DebugManager.cpp:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912}
913
914BF_EXPORT void Debugger_GetStdHandles(BfpFile** outStdIn, BfpFile** outStdOut, BfpFile** outStdErr)
915{
916 if (gDebugger != NULL)
917 gDebugger->GetStdHandles(outStdIn, outStdOut, outStdErr);
918}
919
920BF_EXPORT void BF_CALLTYPE Debugger_Run()
921{

Callers

nothing calls this directly

Calls 1

GetStdHandlesMethod · 0.45

Tested by

no test coverage detected