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

Method setBreakPosition

Engine/source/gui/editor/guiDebugger.cpp:511–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void DbgFileView::setBreakPosition(U32 line)
512{
513 if(line > mFileView.size())
514 return;
515 mFileView[line-1].breakPosition = true;
516}
517
518void DbgFileView::setBreakPointStatus(U32 line, bool set)
519{

Callers 3

TCPDebuggerFunction · 0.80
TCPDebuggerFunction · 0.80
guiDebugger.cppFile · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected