MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setBreakPosition

Method setBreakPosition

Engine/source/gui/editor/guiDebugger.cpp:517–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void DbgFileView::setBreakPosition(U32 line)
518{
519 if(line > mFileView.size())
520 return;
521 mFileView[line-1].breakPosition = true;
522}
523
524void DbgFileView::setBreakPointStatus(U32 line, bool set)
525{

Callers 1

guiDebugger.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected