Lines Matching full:debugger
6 // debuggers. You should use this to test if you're running under a debugger,
7 // and if you would like to yield (breakpoint) into the debugger.
17 // Starts the registered system-wide JIT debugger to attach it to specified
21 // Waits wait_seconds seconds for a debugger to attach to the current process.
22 // When silent is false, an exception is thrown when a debugger is detected.
25 // Returns true if the given process is being run under a debugger.
34 // Break into the debugger, assumes a debugger is present.
38 // the debugger is suppressed for debug errors, even in debug mode (normally
41 // tests where we want a crash rather than a dialog or a debugger.