Changeset 39542 in project
- Timestamp:
- 01/28/21 20:13:25 (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/man/5/Using the interpreter
r37999 r39542 67 67 68 68 When {{csi}} is started with the {{-script}} option, the feature identifier {{chicken-script}} 69 is defined, so can conditionally execute code depending on w ether the file is69 is defined, so can conditionally execute code depending on whether the file is 70 70 executed as a script or normally loaded into the interpreter, say for debugging purposes: 71 71 … … 141 141 142 142 Interpreted code has some extended debugging information available 143 that can be used to locate errors and obtain inginformation about the143 that can be used to locate errors and obtain information about the 144 144 lexical environment that was effective at the point of error. When an 145 145 error occurs in an evaluated expression, a "call trace" is printed - … … 167 167 168 168 If the trace-buffer entry contains lexical environment information 169 th an the complete environment of the call site is shown.169 then the complete environment of the call site is shown. 170 170 171 171 Use {{,f}} to select a frame by number, if you want to inspect the
Note: See TracChangeset
for help on using the changeset viewer.