Re: Ann: SWI-Prolog 7.1.11
Jan Wielemaker <[email protected]> Thu, 3 Apr 2014 21:46:12 +0200
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 04/02/2014 02:33 PM, Jan Wielemaker wrote: > > I've uploaded SWI-Prolog 7.1.11. The bad news is that there is little > new. The good news is that appearently you all did a good deal of > hacking and reported many issues with or without fix :-) ... and a new annoying bug :-( The source level debugger does not show variable bindings. A temporary work-around is to do :- current_prolog_flag(answer_write_options, Options), set_prolog_flag(toplevel_print_options, Options). Alternative, change toplevel_print_options to answer_write_options in <prolog home>/xpce/prolog/lib/trace/gui.pl (2 times) Or update to the git version. Sorry --- Jan