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 155881 - "Resolved Location" not correct when using a webroot
Summary: "Resolved Location" not correct when using a webroot
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-20 11:53 UTC by costinb
Modified: 2012-09-03 08:31 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 costinb 2008-12-20 11:53:56 UTC
"Resolved Location" not correct when using a webroot.
Steps to replicate:
- define a PHP application project, mixed debugging.
- the folder to which the project relates is set in apache as an alias
- a htdocs folder from the project is set as the webroot and specified in the apache alias as the webroot
- setting a javascript breakpoint on a file from a htdocs subfolder would include "htdocs" in the "resolved location"
column value, although it should have been skipped (htdocs is the root). Of course, the debugger will not stop at that
point.

Setting the breakpoint using the generated code pages works properly.
Comment 1 costinb 2009-01-16 17:28:26 UTC
Anyone else had this problem?
Comment 2 Martin Entlicher 2012-09-03 08:31:55 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.