When you close the window(like minidebug) with the X, then it won't be close correctly. You can simply add the next lines: wm protocol . WM_DELETE_WINDOW { if {tk_messageBox -message "Quit?" -type yesno eq "yes"} { clearBreakpoints utils::uart_close exit } }
Type your text here
Hi Fabian,
thanks a lot for reporting this. The tools have been updated with this fix in version r214.
Cheers, Oliv'