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

Method SetCurrentDebugLocation

IDEHelper/Backend/BeModule.cpp:3300–3303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3298}
3299
3300void BeModule::SetCurrentDebugLocation(BeDbgLoc* debugLoc)
3301{
3302 mCurDbgLoc = debugLoc;
3303}
3304
3305void BeModule::SetCurrentDebugLocation(int line, int column, BeMDNode* dbgScope, BeDbgLoc* dbgInlinedAt)
3306{

Callers 2

AddInstMethod · 0.45
HandleNextCmdMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected