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