[][src]Function win_dbg_logger::is_debugger_present

pub fn is_debugger_present() -> bool

Checks whether a debugger is attached to the current process.

On non-Windows platforms, this function always returns false.

See IsDebuggerPresent.