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 153758 - could not include any file in other paths.
Summary: could not include any file in other paths.
Status: RESOLVED DUPLICATE of bug 152390
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 12:27 UTC by vogelor
Modified: 2009-02-19 22:52 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 vogelor 2008-11-24 12:27:46 UTC
i installed the xdebug and debgged the file index.php.
This works fine and the breakpoints are all "working". Watches too.

my problem is, that i can't include or add any other file which is NOT located in the same path than the index.php

if i press F7 i step INTO the second file (i found out, that this works, but the file is not opened and so not viewed).

when i open the Call stack, i can see
file:///var/www/inc/file1.inc.php.include:6
index.php {main}:9

/var/www is the root of my apache2 web, this means the Path at the server is correct.
So i think, the debugger can not map /var/www/inc to My Project - Sources.

maybe, this is because i am running the IDE at a windows system and the apache2 at a linux - machine ("/" versus "\")
Comment 1 rmatous 2008-12-09 16:15:36 UTC

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