module os // debugger_present returns a bool indicating if the process is being debugged [inline] pub fn debugger_present() bool { return false }