Re: Problem running Netbeans 12.0 debugger.

2021-02-15 Thread Laszlo Kishalmi
It seems something is to be replaced with null during your maven execution evaluation. Maybe you have an extra property to be replaced somewhere, but left unspecified. On 2/15/21 10:13 AM, Nelligan, Steven M wrote: Any suggestions on how to fix this problem? This works on other workstations.

Re: NB 12.1 PHP xdebug

2021-02-15 Thread Christoph Theis
I had similiar problems but got it running with NB 12.x, php 7.4 and xdebug 3.x. But don't ask for details ... If you don't see any log file, is the file / path accessible by www-data (or whatever user you are running the server under)? Is someone listening on your xdebug port? Did you set the po

Re: NB 12.1 PHP xdebug

2021-02-15 Thread Christoforos Korifidis
Thanks for the answer, This configuration was workikng for my alse until I updated to xdebug 3.0.2. Unfortunatelly with xdebug 3.0.2 the variables names have chenged to the ones I have in my mail. Xedung wizzard suggested that I should use Xdebug 3.0.2 so I moved to it. No I am stuck. I woder if

Java 11 and the Netbeans platform

2021-02-15 Thread Stefan Murawski
Hi, I am creating a Software basend on the Netbeans Platform. I noticed, that the bootstrap plugin has an extra java.lang.Module. With the module system it is expected that each jar ja a defined set of packages and overwriting packages from other jars or the JRE should not happen. I noticed seve