soartech / jsoar

Pure Java implementation of the Soar cognitive architecture.
http://soartech.github.com/jsoar/
BSD 3-Clause "New" or "Revised" License
53 stars 19 forks source link

Port debug command #100

Closed marinier closed 4 years ago

marinier commented 10 years ago

Several related commits below. Note that this adds a command that accesses stuff hidden behind a #define for debugging. Not clear if we really want to port this if csoar doesn't unconditionally include it in the code.

http://code.google.com/p/soar/source/detail?r=13856 http://code.google.com/p/soar/source/detail?r=13857 http://code.google.com/p/soar/source/detail?r=13858 http://code.google.com/p/soar/source/detail?r=13860 http://code.google.com/p/soar/source/detail?r=13861

Note that the last commit also does some epmem stuff that should already be ported.

marinier commented 10 years ago

Not sure, but this may also be related. But I think this is done completely differently in jsoar, so it may be irrelevant.

http://code.google.com/p/soar/source/detail?r=13859

marinier commented 4 years ago

OBE