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

Method setBreakPointStatus

Engine/source/gui/editor/guiDebugger.cpp:518–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

guiDebugger.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected