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 );
58 string eval( [in]
string aSourceCode,
59 [in]
short nCallStackPos );
63 sequence<string> getStackTrace();
75 string dumpVariable( [in]
string aVariableName,
76 [in]
short nCallStackPos );
81 void setVariable( [in]
string aVariableName,
83 [in]
short nCallStackPos );
87 boolean isVariable( [in]
string aVariableName,
88 [in]
short nCallStackPos );
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