Changeset 4543 for trunk/compiler
- Timestamp:
- 10/28/08 15:58:54 (2 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4539 r4543 3953 3953 3954 3954 3955 '$lgt_dbg_valid_port_option'('\r', _, _) :- !. 3956 '$lgt_dbg_valid_port_option'('\n', _, _) :- !. 3955 3957 '$lgt_dbg_valid_port_option'(' ', _, _) :- !. 3956 3958 '$lgt_dbg_valid_port_option'(c, _, _) :- !. … … 3980 3982 3981 3983 3984 '$lgt_dbg_do_port_option'('\r', _, _, _, _, true). 3985 '$lgt_dbg_do_port_option'('\n', _, _, _, _, true). 3982 3986 '$lgt_dbg_do_port_option'(' ', _, _, _, _, true). 3983 3987 '$lgt_dbg_do_port_option'(c, _, _, _, _, true). … … 4080 4084 '$lgt_dbg_do_port_option'(h, _, _, _, _, _) :- 4081 4085 write(' Available options are:'), nl, 4082 write(' c - creep (go on; you may use also the spacebar )'), nl,4086 write(' c - creep (go on; you may use also the spacebar, return, or enter keys)'), nl, 4083 4087 write(' l - leap (continues execution until the next spy point is found)'), nl, 4084 4088 write(' s - skip (skips debugging for the current goal; only meaningful at call and redo ports)'), nl,
