SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
322 stars 70 forks source link

top-level command to open SVS viewer #410

Open garfieldnate opened 7 months ago

garfieldnate commented 7 months ago

There's an SML command for spawning a debugger. It would be extremely convenient to have a similar function available for the SVS viewer, and then a button for that in the debugger.

The current process is 1) run svs_viewer -s 12122 and 2) run svs --enable and svs connect_viewer 12122 from the debugger (the 12122 can be any port).