llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
55 stars 16 forks source link

Handle Job shutdown #215

Open dingyuchen opened 3 years ago

dingyuchen commented 3 years ago

Microbat plugin does not cancel background jobs upon closing the application.

Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: microbat.handler.StartDebugHandler$2