Re: Can't set the debug flag in NB11.1-PHP

2019-08-30 Thread Tobias Oelgarte
This happend to me as well. I got it working by using the right click to 
get the context-menu from the line number and selecting "Breakpoint" > 
"Toggle Linebreakpoint" and/or by opening the "Breakpoints" Window 
(Window > Debugging > Breakpoints). Once the first breakpoint is set, i 
can use the normal left click to toggle the breakpoints.


Must be some UI plugin initialization bug.

Am 28.08.2019 um 22:51 schrieb papa:

Hi all, Im new to this mailing list so pls, be patient

I've installed netbeans 11.1 on a linux machine and use it to debug 
php scripts.


In 11.0 (and in older versions) I click on the line number and a pink 
square appeared, and the debugger stops at that line.


I cant do this in 11.1, no pink square, no breakpoint is set and the 
debugger doesnt stop


Any hint?

thank you

paparucino

-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Netbeans 11.1 very slow to start on Windows 7

2019-08-23 Thread Tobias Oelgarte
Might be a problem with your Windows installation. Im running Netbeans 
11.1 with JDK 11, 12, 14 (EA) without any performance issues on Windows 
7 x64. Maybe you installed Netbeans on an HDD instead of an SSD?


Tobias Oelgarte
Mail: tobias.oelga...@gmail.com

On 23.08.19 17:24, Haunted2 wrote:

Hello,

I have Netbeans 11.1 on windows 7 with JDK 12.0.2 and it takes a couple
of minutes to start.

I tested it with JDK 8  too and it has the same issue.

Then i installed Netbeans 11.1 on Linux VM with JDK 12 and it is much
faster.

Is this a windows 7 related problem? Thanks.


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Subscribe

2019-08-22 Thread Tobias Oelgarte
I have the same issue. It's now the second time that i get this bouncing 
message.


Am 21.08.2019 um 06:11 schrieb Efrem Mc:

Subscribe


Not sure why it is bouncing






smime.p7s
Description: S/MIME Cryptographic Signature


Re: Netbeans 11.1 and Xdebug

2019-08-22 Thread Tobias Oelgarte

Its working for me with Netbeans 11.1. Did you configure the IDE Key?

PHP Config (xdebug.ini), Netbeans with default settings:

zend_extension=xdebug.so
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_connect_back=1
xdebug.idekey="netbeans-xdebug"
xdebug.show_local_vars=1
xdebug.overload_var_dump=0

Am 21.08.2019 um 20:59 schrieb Haunted2:


Does anybody managed to have Xdebug working in Netbeans 11.1? I tried 
in many ways following the official documentation 
(http://wiki.netbeans.org/HowToConfigureXDebug) and non official 
tutorials but Netbeans is always stuck on "waiting for connection."


waiting for connection

The xdebug extension itself is loaded (as shown from phpinfo()) and it 
is working in a different ide (vs code).


Any help is appreciated.

Thanks.



smime.p7s
Description: S/MIME Cryptographic Signature


Missing JavaDoc and failing "Go to Declaration" in Maven projects

2019-07-29 Thread Tobias Oelgarte
Im running Netbeans 11.1 on Linux with Maven projects. I have downloaded 
the sources and javadoc for my dependencies (for example 
jetty-server-10.0.0-alpha0) and ensured that they are stored with the 
right name. But I'm unable to view the JavaDocs of most constructors and 
methods from my dependencies, with the error message "Javadoc not 
found". Additionally I can't go to the declarations. Netbeans opens the 
source file, but can't go to the declaration for some reason ("The 
destination was not found, source opened at default position"), even so 
the Navigator is able to show all methods.


This always happens if one maven dependency makes use of another 
dependency/library. For example:
- org.eclipse.jetty.server.Server(int port) is fine. (Javadoc will be 
displayed and Go to is working)
- org.eclipse.jetty.server.Server(ThreadPool pool) fails. (ThreadPool is 
a class from another library/module)


Some way to fix this, or is this a known issue?

--
Tobias Oelgarte
Mail: tobias.oelga...@gmail.com



smime.p7s
Description: S/MIME Cryptographic Signature