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

"cd" button broken on Windows #452

Open garfieldnate opened 1 month ago

garfieldnate commented 1 month ago

Pressing the cd button results in a cd command with an argument that has Windows-style slashes, which Soar seems to ignore.

Probably need to replace slashes here: https://github.com/SoarGroup/Soar/blob/development/Java/Debugger/src/edu/umich/soar/debugger/doc/SoarCommands.java#L95

garfieldnate commented 1 month ago

Question: why does the Source button work but not cd? The debugger doesn't pre-process filenames for the source command. So maybe this is actually a core Soar issue: it fixes slashes for the source command but not for the cd command.