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 - PHP debugger does not open a new window
Summary: PHP debugger does not open a new window
Status: RESOLVED DUPLICATE of bug 152390
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-03 19:30 UTC by yelistratov
Modified: 2009-03-12 15:38 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 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 ***