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 270374 - cannot debug js files in PHP project
Summary: cannot debug js files in PHP project
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P2 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-12 08:01 UTC by brillox
Modified: 2017-04-12 08:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (39.54 KB, text/plain)
2017-04-12 08:01 UTC, brillox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brillox 2017-04-12 08:01:16 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Create a pHP project
  * Add a PHP file and a JS file
  *Add some javascript code and functions	
  * Add a breakpoint into any line of a JS file

ACTUAL:
  nothing happens; debug point is not hit

EXPECTED:
  hit the debug point
Comment 1 brillox 2017-04-12 08:01:18 UTC
Created attachment 164090 [details]
IDE log