This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 72385

Summary: [omnidebugger] Check if the class/project is compiled
Product: contrib Reporter: Martin Krauskopf <mkrauskopf>
Component: CodeAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 71515    
Bug Blocks:    

Description Martin Krauskopf 2006-02-08 09:41:17 UTC
When you e.g. create a new project and try to omniscient_debug it, it will fail
with "Class not found" message (until you compile)
Comment 1 Jesse Glick 2006-02-08 18:57:27 UTC
Can't really fix properly without issue #71515.
Comment 2 Jesse Glick 2006-02-08 19:28:35 UTC
Checking in DebugFileAction.java;
/shared/data/ccvs/repository/contrib/omnidebugger/src/org/netbeans/modules/omnidebugger/DebugFileAction.java,v
 <--  DebugFileAction.java
new revision: 1.2; previous revision: 1.1
done
Checking in DebugProjectAction.java;
/shared/data/ccvs/repository/contrib/omnidebugger/src/org/netbeans/modules/omnidebugger/DebugProjectAction.java,v
 <--  DebugProjectAction.java
new revision: 1.2; previous revision: 1.1
done
Checking in Debug.java;
/shared/data/ccvs/repository/contrib/omnidebugger/src/org/netbeans/modules/omnidebugger/Debug.java,v
 <--  Debug.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Jesse Glick 2006-02-08 19:29:02 UTC
Oops, forgot to mark fixed.