mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
only single backup remains
This commit is contained in:
@@ -331,9 +331,10 @@ public class DebugEditor extends JavaEditor implements ActionListener {
|
||||
*/
|
||||
@Override
|
||||
public void dispose() {
|
||||
autosaver.shutDown();
|
||||
//System.out.println("window dispose");
|
||||
// quit running debug session
|
||||
dbg.stopDebug();
|
||||
dbg.stopDebug();
|
||||
// remove var.inspector
|
||||
vi.dispose();
|
||||
errorCheckerService.stopThread();
|
||||
|
||||
Reference in New Issue
Block a user