19 #ifndef __com_sun_star_script_XDebugging_idl__ 20 #define __com_sun_star_script_XDebugging_idl__ 28 module
com { module sun { module star { module script {
42 long setBreakPoint( [in]
string aModuleName,
43 [in]
long nSourceCodeLine,
48 void clearAllBreakPoints( [in]
string aModuleName );
60 string eval( [in]
string aSourceCode,
61 [in]
short nCallStackPos );
65 sequence<string> getStackTrace();
77 string dumpVariable( [in]
string aVariableName,
78 [in]
short nCallStackPos );
83 void setVariable( [in]
string aVariableName,
85 [in]
short nCallStackPos );
89 boolean isVariable( [in]
string aVariableName,
90 [in]
short nCallStackPos );
Definition: Ambiguous.idl:22
makes it possible to set breakpoints in an interpreter.
Definition: XDebugging.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47
provides information about a certain stack frame.
Definition: ContextInformation.idl:30