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

Summary: Debug session ends before switching to the included modul
Product: python Reporter: devarni <devarni>
Component: DebuggerAssignee: jymen <jymen>
Status: CLOSED WONTFIX    
Severity: blocker CC: Jenselme
Priority: P3    
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.