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 152228

Summary: PHP debugger does not open a new window
Product: php Reporter: yelistratov <yelistratov>
Component: DebuggerAssignee: rmatous <rmatous>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description yelistratov 2008-11-03 19:30:21 UTC
PHP debugger does not open a new window when stepped into a function from a different file.
Say: I debug file index.php, include file lib.php with function xxx() declared there.
When I reach xxx() call in index.php I am unable to debug xxx() function itself by pressing F7. I can see that
the debugger is inside lib.php, but can't see the code, debug cursor, etc.

Thank you.
Comment 1 rmatous 2008-11-18 10:39:37 UTC
Please could you prepare
simple netbeans project (containing a few files) and attach it (as zip, tar ...) to this issue
(http://www.netbeans.org/issues/createattachment.cgi?id=152228) and if needed, please give me deploying or configuration
instruction (incl.path, mod_rewrite or whatever which deserves to  be mentioned). Thanks in advance.

Comment 2 rmatous 2009-03-12 15:38:51 UTC
I can't be sure but I expect this issue to be duplicate either #156220 or #152390.

Anyway, there were many important fixes into 6.7 M3, so please verify or reopen, thanks

*** This issue has been marked as a duplicate of 152390 ***