\hypertarget{group__debug__rs__options}{}\doxysection{Debug Run State Constants}
\label{group__debug__rs__options}\index{Debug Run State Constants@{Debug Run State Constants}}


These are the possible values that can be passed back to program as result to control next debugging process.  


\doxysubsection*{Variables}
\begin{DoxyCompactItemize}
\item 
\mbox{\Hypertarget{group__debug__rs__options_ga501fadc19d156f517fa6c0d99fe3e0c2}\label{group__debug__rs__options_ga501fadc19d156f517fa6c0d99fe3e0c2}} 
const \mbox{\hyperlink{group__debug__rs__options_ga501fadc19d156f517fa6c0d99fe3e0c2}{Qore\+::\+Debug\+Detach}} = D\+B\+G\+\_\+\+R\+S\+\_\+\+D\+E\+T\+A\+CH
\begin{DoxyCompactList}\small\item\em Detach program from debugging, it is not normally used from script. \end{DoxyCompactList}\item 
\mbox{\Hypertarget{group__debug__rs__options_ga8d63bdbd905c3bd6fb546ce6a57717d1}\label{group__debug__rs__options_ga8d63bdbd905c3bd6fb546ce6a57717d1}} 
const \mbox{\hyperlink{group__debug__rs__options_ga8d63bdbd905c3bd6fb546ce6a57717d1}{Qore\+::\+Debug\+Run}} = D\+B\+G\+\_\+\+R\+S\+\_\+\+R\+UN
\begin{DoxyCompactList}\small\item\em Run program, avoid stepping. \end{DoxyCompactList}\item 
\mbox{\Hypertarget{group__debug__rs__options_ga081d0b135c04fc78bee0926759f49c30}\label{group__debug__rs__options_ga081d0b135c04fc78bee0926759f49c30}} 
const \mbox{\hyperlink{group__debug__rs__options_ga081d0b135c04fc78bee0926759f49c30}{Qore\+::\+Debug\+Step}} = D\+B\+G\+\_\+\+R\+S\+\_\+\+S\+T\+EP
\begin{DoxyCompactList}\small\item\em Run one step in program, in case of function call stepping goes on in function. \end{DoxyCompactList}\item 
\mbox{\Hypertarget{group__debug__rs__options_ga8759b381e2da1d26a47bedc00df36f77}\label{group__debug__rs__options_ga8759b381e2da1d26a47bedc00df36f77}} 
const \mbox{\hyperlink{group__debug__rs__options_ga8759b381e2da1d26a47bedc00df36f77}{Qore\+::\+Debug\+Step\+Over}} = D\+B\+G\+\_\+\+R\+S\+\_\+\+S\+T\+E\+P\+\_\+\+O\+V\+ER
\begin{DoxyCompactList}\small\item\em Run one step in program, in case of function call stepping does not go to function. \end{DoxyCompactList}\item 
\mbox{\Hypertarget{group__debug__rs__options_ga6d1c09ae9e0431cc586fbdeec60caac8}\label{group__debug__rs__options_ga6d1c09ae9e0431cc586fbdeec60caac8}} 
const \mbox{\hyperlink{group__debug__rs__options_ga6d1c09ae9e0431cc586fbdeec60caac8}{Qore\+::\+Debug\+Until\+Return}} = D\+B\+G\+\_\+\+R\+S\+\_\+\+U\+N\+T\+I\+L\+\_\+\+R\+E\+T\+U\+RN
\begin{DoxyCompactList}\small\item\em Run program till function is exited. \end{DoxyCompactList}\end{DoxyCompactItemize}


\doxysubsection{Detailed Description}
These are the possible values that can be passed back to program as result to control next debugging process. 

\begin{DoxySince}{Since}
Qore 0.\+8.\+13 
\end{DoxySince}
