Re: SWI not evaluating expression



michael.goodrich@xxxxxxxxx writes:


What's up with that?


Use

?- gtrace, foo.

to trace through the code and find out about variable bindings etc.

If it doesn't help, please post a more complete example.


All the best, -- Markus Triska
.



Relevant Pages

  • Re: Limited initialization for non-limited types
    ... Trace_Stash: Trace; ... package body Foo is ... function Construct_Xreturn Nil; ... Why do I have a constructor function for X that returns Nil? ...
    (comp.lang.ada)
  • Re: append and read-traces
    ... % set x abc; proc handler args ... % # read trace fired: ... set v "$w FOO!" ...
    (comp.lang.tcl)
  • RE: getting a stack trace from a c++ exception
    ... there is no built-in exception trace feature in ... class Trace: public std::string { ... If now foo() throws a Trace object, the program will print something like: ...
    (microsoft.public.vc.language)
  • Re: dict traces ...
    ... without much understanding of the Tcl internals. ... Obviously one cannot trace the value of "1"; but it is possible to trace ... the key "foo". ... This is simply a regular trace on the variable that filters based on the dict key being accessed. ...
    (comp.lang.tcl)
  • Re: SICP Chapter 2, Footnote 3
    ... > (define (foo callback) ... > (trace my-func) ... STk>(dummy-test cons 1 2) ... [4 lines of trace output] ...
    (comp.lang.scheme)