OpenFileInDebugger()
Summary
Opens a file in the GISDK Debugger.
Changes
Added to Version 2014.
Syntax
OpenFileInDebugger(string filename)
| Argument | Contents |
|---|---|
| filename | The name of the file |
Notes
-
filename can be in the form filename|line_number to indicate a line to be highlighted.
Error Codes
| Error Type | Meaning |
|---|---|
| Error | The debugger is not open |
| NotFound | File does not exist or could not be opened |
See Also
| Function | Summary |
|---|---|
| StartDebugger() | Starts the GISDK Debugger |