pub fn set_debug_session_active(active: bool)Expand description
Mark a debug session as active or inactive on the current thread.
Setting this to true also resets the one-time warning latch so the warning
can fire once per session. The DAP server calls this around execute_debug.