Closed
Description
Debugging code from https://github.com/mozilla-servo/rust-mozjs/, if I set a breakpoint in gdb inside gc_callback in rust.rs I see messages like Breakpoint 2 at 0x408fad: rust.rs:70. (26 locations)
. This correctly breaks on the line, but trying to advance continues to break on the line each time in inlined code like transmute and borrow.