Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ isEnabled
Method
isEnabled
src/plugins/debugger/interface/breakpointitem.cpp:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
bool BreakpointItem::isEnabled() const
156
{
157
return bp.enabled;
158
}
159
160
void BreakpointItem::setEnabled(bool on)
161
{
Callers
8
update
Method · 0.45
update
Method · 0.45
updateActiveState
Method · 0.45
createIconButton
Function · 0.45
switchBreakpointStatus
Method · 0.45
handleEvents
Method · 0.45
exist
Method · 0.45
paintItemBackground
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected