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

Method clearBreakPositions

Engine/source/gui/editor/guiDebugger.cpp:502–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502void DbgFileView::clearBreakPositions()
503{
504 for(Vector<FileLine>::iterator i = mFileView.begin(); i != mFileView.end(); i++)
505 {
506 i->breakPosition = false;
507 i->breakOnLine = false;
508 }
509}
510
511void DbgFileView::setBreakPosition(U32 line)
512{

Callers 3

TCPDebuggerFunction · 0.80
TCPDebuggerFunction · 0.80
guiDebugger.cppFile · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected