set-breakables in drscheme:unit:frame
set-breakables
Calling this method with a thread and a custodian means that the next time the break button is clicked, it will either break the thread or shutdown the custodian.
See also get-breakables.
get-breakables
(send a-drscheme:unit:frame set-breakables) -> (values (union thread #f) (union custodian #f))
(send a-drscheme:unit:frame set-breakables)
send
a-drscheme:unit:frame