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 203086 - Xdebug don't work after downloading (enabling) Java debugger
Summary: Xdebug don't work after downloading (enabling) Java debugger
Status: REOPENED
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 17:43 UTC by jerry_s
Modified: 2014-01-14 13:25 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 jerry_s 2011-10-04 17:43:49 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_26
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.1-b02
Comment 1 Marian Mirilovic 2011-10-06 22:08:18 UTC
Could you please attach messages.log file and reopen ? Thanks in advance.
Comment 2 Marian Mirilovic 2011-10-13 09:25:05 UTC
Comment from reporter :
Marian,
I probably should have written but I downloaded the 7.1 Beta and the problem went away. I still does not work with 7.0. I am not sure where to look for   messages.log.

Please have a look at :
http://wiki.netbeans.org/FaqLogMessagesFile
Comment 3 Ondrej Brejla 2011-10-13 12:59:02 UTC
If the reporter says, that the problem is away with NB 7.1, so I'll close it as fixed. If it appears again, don't hesitate to reopen it. Thanks.
Comment 4 miked_187 2014-01-13 17:03:23 UTC
was going to post a bug about this, but then saw this issue pop up in the "your issue could be like this one" list.


Product Version: NetBeans IDE 7.4 (Build 201310111528)
Updates: NetBeans IDE is updated to version NetBeans 7.4 Patch 2
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b17
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\mike\AppData\Roaming\NetBeans\7.4
Cache directory: C:\Users\mike\AppData\Local\NetBeans\Cache\7.4

Things were working as usual in the PHP debugging world until I downloaded and installed Java, ANT, Java Debugging last week and then things went wonky with my project settings being ignored/disregarded (spaces to tabs project setting was also impacted).  Didn't consider that the Java install would affect the PHP debugger. 

My project Run Configuration / Advanced properties are set to:

Debug URL: do not open web browser

Yet every time I started to debug via Ctrl-F5 I was getting a browser window opening with the xdebug param / session ID in the URL, and then closing the debugging session would pop up another browser window.  My settings were being ignored.

Went to Tools / Plugins and uninstalled all the Java options and my problem went away. I'll install Java and ANT and leave the java debugger uninstalled to see if I can isolate the problem.