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:
@@ -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
|
||||
|
Reference in New Issue
Block a user