plasma-umass / DataDebug

Excel 2010/2013 add-in that automatically finds errors in spreadsheets
http://checkcell.org
GNU General Public License v2.0
48 stars 6 forks source link

Finish implementing interactive "debugger" #18

Closed dbarowy closed 10 years ago

dbarowy commented 11 years ago

Basic mechanism is in place. There's a subtle bug involving equality checks since we're using a HashSet to keep track of the state of the tool. This needs to be fixed, and the UI needs to be made a bit more informative (Charlie noted that "Mark as OK") was not all that clear.