程序包 | 说明 |
---|---|
kd.bos.script.jsengine.debug |
限定符和类型 | 方法和说明 |
---|---|
DIM.SourceInfo |
KDebugManager.getCurrentSourceInfo() |
DIM.SourceInfo |
DIM.StackFrame.sourceInfo()
Returns the SourceInfo object for the function.
|
DIM.SourceInfo |
DIM.FunctionSource.sourceInfo()
Returns the SourceInfo object that describes the source of the
function.
|
DIM.SourceInfo |
DIM.sourceInfo(java.lang.String url)
Returns the SourceInfo object for the given URL.
|
限定符和类型 | 方法和说明 |
---|---|
void |
GuiCallback.onRegist(DIM.SourceInfo sourceInfo)
Called when the source text of some script has been changed.
|