22 module
com { module sun { module star { module script {
36 long setBreakPoint( [in]
string aModuleName,
37 [in]
long nSourceCodeLine,
42 void clearAllBreakPoints( [in]
string aModuleName );
54 string eval( [in]
string aSourceCode,
55 [in]
short nCallStackPos );
59 sequence<string> getStackTrace();
71 string dumpVariable( [in]
string aVariableName,
72 [in]
short nCallStackPos );
77 void setVariable( [in]
string aVariableName,
79 [in]
short nCallStackPos );
83 boolean isVariable( [in]
string aVariableName,
84 [in]
short nCallStackPos );
Definition: Ambiguous.idl:20
makes it possible to set breakpoints in an interpreter.
Definition: XDebugging.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:45
provides information about a certain stack frame.
Definition: ContextInformation.idl:28