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 152590 - debug a previously created python project throws NPE
Summary: debug a previously created python project throws NPE
Status: VERIFIED DUPLICATE of bug 152322
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: jymen
URL:
Keywords:
: 152697 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-06 23:09 UTC by Peter Lam
Modified: 2009-01-15 01:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (23.08 KB, text/plain)
2008-11-06 23:09 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-11-06 23:09:02 UTC
Product Version: NetBeans IDE 6.5 (Build 20081106113300)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

Repro steps:
- start ide from a fresh userdir
- open a previously created python project from previous builds
- right click on the project and select Debug. The red round-icon on the lower-right corner of the ide is flashing.
clicking on it shows the following exception and debugging session has never started.


java.lang.NullPointerException
	at org.netbeans.modules.python.debugger.Debuggee.setPlatform(Debuggee.java:60)
	at org.netbeans.modules.python.project.ui.actions.DebugCommand.invokeAction(DebugCommand.java:54)
	at org.netbeans.modules.python.project.PythonActionProvider$1.run(PythonActionProvider.java:70)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 Peter Lam 2008-11-06 23:09:41 UTC
Created attachment 73403 [details]
ide log file
Comment 2 jymen 2008-11-07 17:00:39 UTC

*** This issue has been marked as a duplicate of 152322 ***
Comment 3 jymen 2008-11-07 17:02:20 UTC
*** Issue 152697 has been marked as a duplicate of this issue. ***
Comment 4 Peter Lam 2008-11-08 05:05:39 UTC
ok, I see the comment in issue 152322. So, the dialog indicates the different platform that should be fixed. The message
in the diaog should be reworded and formatted in a standard way. Will open an enhancement issue for that. Change this to
fix state.