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

Method setBreakPointStatus

Engine/source/gui/editor/guiDebugger.cpp:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524void DbgFileView::setBreakPointStatus(U32 line, bool set)
525{
526 if(line > mFileView.size())
527 return;
528 mFileView[line-1].breakOnLine = set;
529}
530
531void DbgFileView::onPreRender()
532{

Callers 1

guiDebugger.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected