Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombela/backward-cpp
/ f
Function
f
test_package/main.cpp:31–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
};
30
31
void f(int i) {
32
if (i >= 42) {
33
throw TracedException();
34
} else {
35
std::cout <<
"i="
<< i <<
"\n"
;
36
f(i + 1);
37
}
38
}
39
40
int main() {
41
try {
Callers
1
main
Function · 0.85
Calls
1
TracedException
Class · 0.85
Tested by
no test coverage detected