added wxIsDebuggerRunning() (which is going to replace the mess in log.cpp)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-19 23:31:19 +00:00
parent 53fef662b8
commit a434b43fd4
4 changed files with 328 additions and 75 deletions

View File

@@ -144,6 +144,7 @@ the corresponding topic.
\helpref{wxIsAbsolutePath}{wxisabsolutepath}\\
\helpref{wxIsBusy}{wxisbusy}\\
\helpref{wxIsClipboardFormatAvailable}{wxisclipboardformatavailable}\\
\helpref{wxIsDebuggerRunning}{wxisdebuggerrunning}\\
\helpref{wxIsEmpty}{wxisempty}\\
\helpref{wxIsNaN}{wxisnan}\\
\helpref{wxIsWild}{wxiswild}\\
@@ -451,7 +452,7 @@ the corresponding functions \helpref{::wxPostEvent}{wxpostevent} and
\wxheading{Include files}
<wx/app.h>
<wx/event.h>
\section{Process control functions}\label{processfunctions}
@@ -3615,6 +3616,18 @@ In release mode this function does nothing.
<wx/debug.h>
\membersection{::wxIsDebuggerRunning}\label{wxisdebuggerrunning}
\func{bool}{wxIsDebuggerRunning}{\void}
Returns {\tt true} if the program is running under debugger, {\tt false}
otherwise.
Please note that this function is currently only implemented for Mac builds
using CodeWarrior and always returns {\tt false} elsewhere.
\section{Environment access functions}\label{environfunctions}
The functions in this section allow to access (get) or change value of