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

Function Debugger_LoadDebugVisualizers

IDEHelper/DebugManager.cpp:957–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

955}
956
957BF_EXPORT bool BF_CALLTYPE Debugger_LoadDebugVisualizers(const char* fileName)
958{
959 String fn = fileName;
960 bool worked = false;
961 worked = gDebugManager->mDebugVisualizers->Load(fileName);
962 if (!gDebugManager->mDebugVisualizers->mErrorString.empty())
963 {
964 gDebugManager->mOutMessages.push_back(StrFormat("msg ERROR: %s\n", gDebugManager->mDebugVisualizers->mErrorString.c_str()));
965 }
966
967// {
968// BF_FATAL(gDebugManager->mDebugVisualizers->mErrorString.c_str());
969// }
970 return worked;
971}
972
973BF_EXPORT void BF_CALLTYPE Debugger_StopDebugging()
974{

Callers

nothing calls this directly

Calls 4

LoadMethod · 0.45
emptyMethod · 0.45
push_backMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected