random debugger package now optional

abc combobox removed
debugger attaching fixed
This commit is contained in:
Jindra Petřík
2014-10-28 17:53:50 +01:00
parent 2746f3bc32
commit eb8634d3d8
8 changed files with 48 additions and 41 deletions

View File

@@ -512,7 +512,7 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements CaretL
public void reloadClass() {
int ci = classIndex;
uncache(script);
uncache(script);
if ((script != null) && (abc != null)) {
setScript(script, abcList);
}