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

Summary: "Resolved Location" not correct when using a webroot
Product: javascript Reporter: costinb <costinb>
Component: DebuggerAssignee: _ deva <deva>
Status: RESOLVED WONTFIX    
Severity: blocker CC: pjiricka
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

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.