Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ BpId
Class
BpId
debugger/src/debugger.rs:82–82 ·
view source on GitHub ↗
Breakpoint ID
Source
from the content-addressed store, hash-verified
80
#[repr(transparent)]
81
/// Breakpoint ID
82
pub struct BpId(pub u32);
83
84
pub const FIREDBG_SOURCE_FILE_ID: u32 = 0;
85
pub const RUST_PANIC_BP_ID: BpId = BpId(1);
Callers
4
debugger.rs
File · 0.85
run
Function · 0.85
register_breakpoint
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
1
main
Function · 0.68