Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Alan
Hi Emilian, I just needed to remove the setting, whereupon it defaults to "trigger" when the mode is debug. Everything appears to be working as expected now. On 2021-06-17 20:10, Emilian Bold wrote: Alan, I wonder if you meant that xdebug.start_with_request also needs the xdebug.mode config?

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Emilian Bold
Alan, I wonder if you meant that xdebug.start_with_request also needs the xdebug.mode config? --emi On Fri, Jun 18, 2021 at 12:22 AM Alan wrote: > Hi Tom, > > Thanks for your response. I found the problem. I had > > xdebug.start_with_request = yes > > in the INI file. Misinterpreted the docume

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Alan
Hi Tom, Thanks for your response. I found the problem. I had xdebug.start_with_request = yes in the INI file. Misinterpreted the documentation. User error :) On 2021-06-17 16:49, Tomáš Procházka wrote: Hi Alan, I tried debugging on my computer and it works with PHP 8.0.7 and Xdebug 3.0.4.

Re: NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Tomáš Procházka
Hi Alan, I tried debugging on my computer and it works with PHP 8.0.7 and Xdebug 3.0.4. Check your NetBeans configuration for debugger port (Options > PHP > Debugging). It should be set to 9003 (default port for Xdebug 3). Here is my configuration of Xdebug: xdebug.mode=debug xdebug.client_h

Re: Why does NB start gradle 7

2021-06-17 Thread Laszlo Kishalmi
The question is which JDK is your NetBeans running on. If it is Java 16, then NetBeans has no other option than to run Gradle 7 even for project loading, otherwise the discovery would throw an unknown class version exception. On 6/17/21 9:10 AM, Martin Meeser wrote: Hello, have you tried t

NB 12.4, PHP, Xdebug 3

2021-06-17 Thread Alan
Not sure if this is a bug or a [cough] user error. Is Netbeans 12.4 passing XDEBUG_MODE through in the environment when starting up PHP CLI? If I set xdebug.mode to off or develop, the debugger won't start when debugging a file or project. If I set it to debug, it the debugger starts when r

Re: Why does NB start gradle 7

2021-06-17 Thread Martin Meeser
Hello, have you tried to set specific version $ ./gradlew wrapper --gradle-version 6.2.1 you can also delete wrapper and recreate with specific version with terminal in your gradle root: what gives gradle --version and what ./gradlew --version I assume you are aware of https://docs.gradl

Why does NB start gradle 7

2021-06-17 Thread Jonathan Bergh
Hi, Quick question on Gradle config in NB12.4. Seems NB starts Gradle 7 (at least on my machine) by default every time NB starts up. In my Options -> Java -> Gradle config, the default version is set to 6.2.1 and also prefer gradle wrapper for individual projects. The problem is Gradle 7 means so

Re: Netbans Language server protocol support

2021-06-17 Thread Bilu
thanks for those links. i was looking for month for a Netbeans Robotframework plugin but unfortunately i didn't found one back then. Thanks to this LSP support i have now at least the lexical coloration support in the editor wich for me is enough. As state in the discussions from the mailing list

When to expect Sql autocomplete support in netbeans

2021-06-17 Thread Brain Rebooting
I want to know about, can we get sql autocompletion support on upcoming netbeans 13? If not, then when?