My .guile file is as follows : >
(use-modules (ice-9 readline)) (activate-readline) (debug-enable 'backtrace) ;;; Record positions of source code expressions. (read-enable 'positions) (add-to-load-path "/usr/local/share/opencog/scm") (add-to-load-path ".") (use-modules (opencog)) (use-modules (opencog nlp chatbot)) (use-modules (opencog query)) (use-modules (opencog exec)) (load-from-path "opencog.scm") But sill i did not get any backtrace! am i missing anything here? -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/opencog. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/e4d509b2-15e7-41c0-bc54-1a1b54e8875e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
