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 155709 - Can't debug sample project PLYDemo with default properties
Summary: Can't debug sample project PLYDemo with default properties
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: amitksaha
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-17 21:08 UTC by Peter Lam
Modified: 2009-02-19 22:57 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 Peter Lam 2008-12-17 21:08:54 UTC
Product Version: NetBeans IDE Dev (Build 20081217182133)
Java: 1.6.0_11; Java HotSpot(TM) Client VM 11.0-b16
System: Windows Vista version 6.0 running on x86; Cp1252; en_US (nb)

- create the DLYDemo sample project
- right click on it and select Debug
Result: the following dialog popped up and debugging is not happening.
dialog title: Python Launch Error
dialog text: undefined(null) python script=> unable to debug
Comment 1 Peter Lam 2008-12-17 21:14:13 UTC
workaround: 
- right click on project and select Properties
- select the Run category
- click on Browse button on the right
- select tokenizer.py and click on Select Main Module
- click OK to close the project Properties window
- now right click on the project and select Debug
Comment 2 amitksaha 2009-01-21 10:23:37 UTC
Should be fine now.