Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
524
void DbgFileView::setBreakPointStatus(U32 line, bool set)
525
{
526
if(line > mFileView.size())
527
return;
528
mFileView[line-1].breakOnLine = set;
529
}
530
531
void DbgFileView::onPreRender()
532
{
Callers
1
guiDebugger.cpp
File · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected