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

document what to do when the debugger won't start #391

Open garfieldnate opened 9 months ago

garfieldnate commented 9 months ago

For me this usually means that I've got a zombie debugger somewhere occupying port 12121, and I have to find the process and kill it.

Better yet would be to discover exactly why this happens and give the user a helpful message. I can open $SOAR_HOME/SoarJavaDebugger.sh twice, and they are completely separate from one another and run without issue. So why is it that sometimes I have to track down and kill and existing debugger process before I can open another one?