We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029564b commit 558c034Copy full SHA for 558c034
1 file changed
vlib/os/debugger_default.c.v
@@ -1,6 +1,8 @@
1
module os
2
3
// debugger_present returns a bool indicating if the process is being debugged
4
+// Note: implementation available only on Darwin, FreeBSD, Linux, OpenBSD and
5
+// Windows. Otherwise, returns false.
6
@[inline]
7
pub fn debugger_present() bool {
8
return false
0 commit comments