Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ Debugger
Class
Debugger
debugger/src/debugger.rs:77–77 ·
view source on GitHub ↗
The Debugger Engine
Source
from the content-addressed store, hash-verified
75
#[derive(Debug, Clone, PartialEq, Eq)]
76
/// The Debugger Engine
77
pub struct Debugger {}
78
79
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
80
#[repr(transparent)]
Callers
3
main
Function · 0.70
setup_1
Function · 0.50
deser_info
Function · 0.50
Calls
no outgoing calls
Tested by
1
setup_1
Function · 0.40