Re: waiting for connection (xdebug)

2019-01-15 Thread Lucio
Il 16/01/19 03:25, Jake Ochs ha scritto: Is netbeans php/debug set to break at first statement? Tried both cases, set to break and not set. Niether one works for me. - To unsubscribe, e-mail:

RE: waiting for connection (xdebug)

2019-01-15 Thread Jake Ochs
Is netbeans php/debug set to break at first statement? From: Lucio Crusca Sent: Tuesday, January 15, 2019 1:20:28 PM To: users@netbeans.apache.org Cc: John Lavelle Subject: Re: waiting for connection (xdebug) On 15/01/19 13:10, John Lavelle wrote: > In

Re: waiting for connection (xdebug)

2019-01-15 Thread Lucio Crusca
On 15/01/19 13:10, John Lavelle wrote: In NetBeans you need to have the main PHP file open in the editor and the tab selected then in the CSS window on the right, click on "open in browser" That works for me. It does not work for me.

Re: Question about installing Netbeans

2019-01-15 Thread Geertjan Wielenga
On netbeans.apache.org, you’ll find we have ZIP files right now for the Apache NetBeans releases, containing source code and convenience binaries. Gj On Tuesday, January 15, 2019, Peter L. Berghold wrote: > Hi folks, > > I am currently running Netbeans 8.2 and I know that is pretty old and >

Re: Netbeans Day

2019-01-15 Thread Geertjan Wielenga
Excellent news. What dates would work best from your perspective? Gj On Tuesday, January 15, 2019, Luff,Chris wrote: > I have an agreement in principle from my organisation's hierarchy to host > a Netbeans day. The organisation is based in Paddington London with hosting > facilities.

Re: Netbeans Day

2019-01-15 Thread Luff,Chris
I have an agreement in principle from my organisation's hierarchy to host a Netbeans day. The organisation is based in Paddington London with hosting facilities. Cerner.com Do we have any ideas on dates; the space is heavily utilised so this will be the difficult part, but I

Re: Uninstall Netbeans 10 incubator or final

2019-01-15 Thread Geertjan Wielenga
All releases of NetBeans are incubator releases. NetBeans is not yet a top level Apache project, it is in the Apache incubator. Gj On Tuesday, January 15, 2019, Ravikumar Gopalan wrote: > Hi there, > > Can anyone brief about removing the "incubator" version of Netbeans 10 as > I installed

waiting for connection (xdebug)

2019-01-15 Thread Lucio
I'm trying to use NB to debug PHP application (Wordpress with a WP plugin I'm writing). I'm on Debian sid with NB10, OpenJDK 11 and PHP 7.3 FPM. Here is my /etc/php/7.3/mods-available/xdebug.ini zend_extension = /usr/lib/php/20180731/xdebug.so xdebug.remote_autostart = 1 xdebug.remote_enable