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 - [omnidebugger] Check if the class/project is compiled
Summary: [omnidebugger] Check if the class/project is compiled
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 71515
Blocks:
  Show dependency tree
 
Reported: 2006-02-08 09:41 UTC by Martin Krauskopf
Modified: 2007-12-07 16:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.