MCPcopy 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
82pub struct BpId(pub u32);
83
84pub const FIREDBG_SOURCE_FILE_ID: u32 = 0;
85pub const RUST_PANIC_BP_ID: BpId = BpId(1);

Callers 4

debugger.rsFile · 0.85
runFunction · 0.85
register_breakpointFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68