Development/Debugger Wish List
From Soar Wiki
- If I try to connect to an agent at a bad IP address, the delay until the failure message comes up can be somewhat long, and the debugger appears to hang in the meantime.
DJP: There's not much we can do about the delay. Winsock doesn't let you configure the timeout on a connect() call. Probably the best option is to have a progress dialog up in another thread while the connection is happening, so it's clear that the debugger is alive and trying to connect. I'll move this to the wish list.
- Shortcut keys. Allow user configuration of a shortcut to go to each window.
- Ability to register a string to be output when a given event occurs. Like Soar's old "monitor" cmd. --Karen 15:29, 9 May 2006 (EDT)
- Matches command output
Missed when "step"ing -- running by Decision Cycle. Either inform user that they should run by phase to see output, or maintain matches info until next decision phase. --Karen 14:10, 21 Apr 2005 (EDT)
-- Implemented in 8.6.2 via set-stop-point
- Watch menu should update based on current watch values when user clicks to bring down the menu.
-- Implemented in 8.6.2.
