Method | Description | |
---|---|---|
BreakableLine ( int line ) : bool |
Returns whether the given line number can have a breakpoint set on it. Returns whether the given line number can have a breakpoint set on it. |
|
Breakpoint ( int line ) : bool |
Returns whether there is a breakpoint set on the given line. Returns whether there is a breakpoint set on the given line. |
|
Breakpoint ( int line, bool value ) : bool |
Sets or clears the breakpoint flag for the given line. Sets or clears the breakpoint flag for the given line. |
|
FunctionSource ( int i ) : |
Returns the FunctionSource object with the given index. Returns the FunctionSource object with the given index. |
|
FunctionSourcesTop ( ) : int |
Returns the number of FunctionSource objects stored in this object. Returns the number of FunctionSource objects stored in this object. |
|
RemoveAllBreakpoints ( ) : void |
Removes all breakpoints from the script. Removes all breakpoints from the script. |
|
Source ( ) : string |
Returns the source text. Returns the source text. |
|
Url ( ) : string |
Returns the script's origin URL. Returns the script's origin URL. |
Method | Description | |
---|---|---|
CopyBreakpointsFrom ( |
Copies the breakpoints from the given SourceInfo object into this one. Copies the breakpoints from the given SourceInfo object into this one. |
|
SourceInfo ( string source, DebuggableScript functions, string normilizedUrl ) : System |
Creates a new SourceInfo object. Creates a new SourceInfo object. |
public Breakpoint ( int line, bool value ) : bool | ||
line | int | |
value | bool | |
return | bool |
public FunctionSource ( int i ) : |
||
i | int | |
return |