gui-debugger: closing the debugger should break
This commit is contained in:
parent
8170da3d10
commit
f092a96333
|
@ -1343,7 +1343,8 @@
|
|||
;; add a close button to the debug panel
|
||||
(new close-icon%
|
||||
[parent debug-panel]
|
||||
[callback (λ () (hide-debug))])
|
||||
[callback (λ () (send (get-current-tab) break-callback)
|
||||
(hide-debug))])
|
||||
;; hide the debug panel and stack view initially
|
||||
(send debug-parent-panel change-children (lambda (l) null))
|
||||
(send debug-grandparent-panel change-children (lambda (l) (remq stack-view-panel l)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user