trying to look into the breakpoint issue

This commit is contained in:
Manindra Moharana
2014-03-26 19:31:48 +05:30
parent c638aac7b3
commit bc26658ca9
2 changed files with 3 additions and 1 deletions

View File

@@ -891,7 +891,7 @@ public class DebugEditor extends JavaEditor implements ActionListener {
}
}
// if file location has changed, update autosaver
autosaver.reloadAutosaveDir();
// autosaver.reloadAutosaveDir();
return saved;
}