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 172509 - Debug session ends before switching to the included modul
Summary: Debug session ends before switching to the included modul
Status: CLOSED WONTFIX
Alias: None
Product: python
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: jymen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-17 18:24 UTC by devarni
Modified: 2017-06-23 08:05 UTC (History)
1 user (show)

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 devarni 2009-09-17 18:24:43 UTC
(Netbeans 6.7.1)

- Have a module which imports another module with a function or class which is called from the main module. 
- Set a breakpoint to this function in this imported module.
- Set a breakpoint where the function in the main module calls this function from the imported module.
- Start debugging the main project

Debugger breaks at the breakpoint in the main module. Try to step into (F7)... 
Debug session ends without switching to the main module.

(you can try the same with pydev and there its working)
Comment 1 devarni 2009-09-17 18:27:08 UTC
Uupps... Typo... Not "Debug session ends without switching to the main module."

Debug session ends without switching to the imported module.

Comment 2 Jenselme 2017-06-22 21:58:10 UTC
Should be solved with the new debugger when we add it. The debugger is currently disabled. Closing this since there is no point into importing it elsewhere.
Comment 3 Jiri Kovalsky 2017-06-23 08:05:52 UTC
Thanks for your evaluation Julien. Reporter, if you think your issue is still valid and needs to be addressed, don't hesitate to reopen it with additional information. Closing for now.