pub fn on_debug_line(line: u32)Expand description
Called by the VM at each statement marker (via the DBG_LINE builtin, which
passes the marker’s source line). If it is a breakpoint or the active step
target, pauses and services DAP requests until a resume command.