OpenCores
Issue List
Windows closing #30
Closed maufab90 opened this issue almost 10 years ago
maufab90 commented almost 10 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 almost 10 years ago

Type your text here

olivier.girard was assigned almost 10 years ago
olivier.girard commented almost 10 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 almost 10 years ago

Assignee
olivier.girard
Labels
Bug