implemented wxIsDebuggerRunning() for Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4213,11 +4213,10 @@ In release mode this function does nothing.
|
||||
|
||||
\func{bool}{wxIsDebuggerRunning}{\void}
|
||||
|
||||
Returns {\tt true} if the program is running under debugger, {\tt false}
|
||||
otherwise.
|
||||
Returns \true if the program is running under debugger, \false otherwise.
|
||||
|
||||
Please note that this function is currently only implemented for Mac builds
|
||||
using CodeWarrior and always returns {\tt false} elsewhere.
|
||||
Please note that this function is currently only implemented for Win32 and Mac
|
||||
builds using CodeWarrior and always returns \false elsewhere.
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user