C++ figure out if the debugger is attached

后端 未结 1 1925
走了就别回头了
走了就别回头了 2020-12-07 00:23

I use stackwalk64 to generate stacktraces for C++ in visual studio 2008 using the latest symchk.exe and dbghlp.dll. This works fine when I\'m running the standalone exe. How

相关标签:
1条回答
  • 2020-12-07 01:03

    Use IsDebuggerPresent and possibly CheckRemoteDebuggerPresent

    0 讨论(0)
提交回复
热议问题