Check-in [9c84076cd8]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:]]L no longer available
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9c84076cd83ba819a97bebd02bf1cab9ac4d381d
User & Date: bernd 2019-07-26 10:08:20.610
Context
2019-08-01
11:16
Bump version number check-in: 5c0c46e21a user: bernd tags: trunk
2019-07-26
10:08
]]L no longer available check-in: 9c84076cd8 user: bernd tags: trunk
06:51
Checkin from holiday check-in: ee04913b0a user: bernd tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to debugging.fs.
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210

\ extra hints for last word executed

false [IF]
    User last-exe-xt
    : .exe ( -- ) last-exe-xt @ .name ;
    : : ( "name" -- colon-sys )
	: lastxt ]]L last-exe-xt ! [[ ;
[ELSE]
    : .exe ;
[THEN]

\ more phony throw stuff, only for debugging engine

debugging-method drop false [IF]







|







196
197
198
199
200
201
202
203
204
205
206
207
208
209
210

\ extra hints for last word executed

false [IF]
    User last-exe-xt
    : .exe ( -- ) last-exe-xt @ .name ;
    : : ( "name" -- colon-sys )
	: lastxt lit, ]] last-exe-xt ! [[ ;
[ELSE]
    : .exe ;
[THEN]

\ more phony throw stuff, only for debugging engine

debugging-method drop false [IF]