OpenCores
Issue List
Windows closing #30
Closed maufab90 opened this issue about 8 years ago
maufab90 commented about 8 years ago

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 } }

maufab90 commented about 8 years ago

Type your text here

olivier.girard was assigned about 8 years ago
olivier.girard commented about 8 years ago

Hi Fabian,

thanks a lot for reporting this. The tools have been updated with this fix in version r214.

Cheers, Oliv'

olivier.girard closed this about 8 years ago

Assignee
olivier.girard
Labels
Bug