Re: JJazzLab : a music application based on the Netbeans Platform

2019-10-06 Thread Lucio Crusca
Il 04/10/19 23:48, Jerome Lelasseux ha scritto: It's here: https://www.jjazzlab.com    (NOT www.jazzlab.com !) If you're a musician and practice your instrument using backing tracks (maybe with apps like Band in a box or iReal Pro, or with backing tracks from YouTube), then you might be inter

Re: waiting for connection (xdebug)

2019-03-17 Thread Lucio Crusca
On 10/02/19 17:53, Jake Ochs wrote: Haven’t been able to devote the time [...] Please take a look at my comment in the bugtracker [1] for details. I copy here only the last sentence, for those not subscribed to the bug report: Do you think it's possible that current NB lacks JAXB dependency,

Re: waiting for connection (xdebug)

2019-01-20 Thread Lucio
I wrote: > Do you agree? Or am I overlooking something? Should I file a bug > report? I'm not sure about how to read the lack of replies in this case, anyway here is the bug report with a few more info, just in case anyone wants to chime in from now on: https://issues.apache.org/jira/browse/

Re: waiting for connection (xdebug)

2019-01-16 Thread Lucio
While investigating the problem, I noticed this NB behavior, that I think is itself a bug, and, maybe, it's the same bug causing the problem I'm facing. I think NB has a bug at DGBP protocol level, and the "Waiting For Connection (xdebug)" does not reflect the real state of the PHP Debugger.

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: users-unsubscr...@netbeans.apache

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. --

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 =