Changeset 4559 for trunk/compiler
- Timestamp:
- 11/01/08 18:52:43 (2 months ago)
- Files:
-
- 1 modified
-
trunk/compiler/logtalk.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/compiler/logtalk.pl
r4557 r4559 3990 3990 '$lgt_dbg_valid_port_option'(q, _, _) :- !. 3991 3991 '$lgt_dbg_valid_port_option'(d, _, _) :- !. 3992 %'$lgt_dbg_valid_port_option'(w, _, _) :- !. 3992 3993 '$lgt_dbg_valid_port_option'(x, _, _) :- !. 3993 3994 '$lgt_dbg_valid_port_option'(h, _, _) :- !. … … 4086 4087 4087 4088 '$lgt_dbg_do_port_option'(d, _, Goal, _, _, _) :- 4088 write(' Current goal: '), write_term(Goal, [ ignore_ops(true)]), nl,4089 write(' Current goal: '), write_term(Goal, [quoted(false), ignore_ops(true), numbervars(false)]), nl, 4089 4090 fail. 4091 4092 %'$lgt_dbg_do_port_option'(w, _, Goal, _, _, _) :- 4093 % write(' Current goal: '), writeq(Goal), nl, 4094 % fail. 4090 4095 4091 4096 '$lgt_dbg_do_port_option'(x, _, _, _, DbgCtx, _) :- … … 4114 4119 write(' q - quit (quits Logtalk)'), nl, 4115 4120 write(' d - display (writes current goal without using operator notation)'), nl, 4121 % write(' w - write (writes current goal quoting atoms if necessary)'), nl, 4116 4122 write(' x - context (prints execution context)'), nl, 4117 4123 write(' e - exception (prints exception term thrown by current goal)'), nl,
