Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baldurk/renderdoc
/ shouldAbort
Method
shouldAbort
qrenderdoc/Code/pyrenderdoc/PythonContext.h:102–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
void abort() { m_Abort = true; }
102
bool shouldAbort() { return m_Abort; }
103
QString currentFile() { return location.file; }
104
int currentLine() { return location.line; }
105
signals:
Callers
1
traceEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected