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 eb8a291 commit d8c800aCopy full SHA for d8c800a
winsup/cygwin/local_includes/debug.h
@@ -7,7 +7,7 @@ details. */
7
#if !defined(_DEBUG_H_)
8
#define _DEBUG_H_
9
10
-#define being_debugged() (IsDebuggerPresent ())
+#define being_debugged() (true)
11
12
#ifndef DEBUGGING
13
# define cygbench(s)
winsup/cygwin/miscfuncs.cc
@@ -434,9 +434,6 @@ NT_readline::gets ()
434
static void
435
SetThreadNameExc (DWORD dwThreadID, const char* threadName)
436
{
437
- if (!IsDebuggerPresent ())
438
- return;
439
-
440
ULONG_PTR info[] =
441
442
0x1000, /* type, must be 0x1000 */
0 commit comments