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

Method clearBreakPositions

Engine/source/gui/editor/guiDebugger.cpp:508–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508void DbgFileView::clearBreakPositions()
509{
510 for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
511 {
512 i->breakPosition = false;
513 i->breakOnLine = false;
514 }
515}
516
517void DbgFileView::setBreakPosition(U32 line)
518{

Callers 1

guiDebugger.cppFile · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected