Thanks. If there is no any real time debugger for scheme with inspector, then I would just try to use spacemacs as Nil recommended.
I debug c++ code with qt creator by attaching to debugger to process. Shujing On Wed, Feb 28, 2018 at 9:01 PM, Linas Vepstas <[email protected]> wrote: > > > On Wed, Feb 28, 2018 at 1:39 PM, Amirouche Boubekki < > [email protected]> wrote: > > > AFAIK, there is not step debugger in Guile like gdb where you can inspect > > values at runtime etc... > > except if you do live coding and embed an REPL in you app, but I am not > sure > > this is supported by opencog... > > So: First, the default mode for opencog is to run the guile REPL and load > opencog as a module. You can even start the cogserver that way. So > whatever the guile repl offers, its available for opencog. > > To debug the C++ code, you can start guile in gdb, then load the opencog > modules. Nil has a bunch of gdb macros set up to print assorted C++ objects. > > How hard is it to write an ecplise module? If eclipse already has modules > for racket, sch48, why not just make a copy of one or the other, and then > edit it, and change racket into guile? Then you'd have a guile module for > eclipse, right? > > --linas > > > -- > cassette tapes - analog TV - film cameras - you > > -- > 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/CAHrUA379gBZu6ss19Er_6%2BRCbG8gaizA0% > 3Dj8BMGaLdEuzjJMQA%40mail.gmail.com > <https://groups.google.com/d/msgid/opencog/CAHrUA379gBZu6ss19Er_6%2BRCbG8gaizA0%3Dj8BMGaLdEuzjJMQA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CALpD4-Kh5u2zZWAMAy8xZUTksqK9N83sUMe2mtzNRcz0j3LdKg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
