RE: NB12 - debugger is not going into the method

2020-07-05 Thread Greenberg, Gary
No, I was not using lambda expressions. Gary Greenberg Staff Software Engineer Data Product Development, BI-A E: ggree...@visa.com M: 650-269-7902 [EmailSig-TaglineVersion] From: András Sik Sent: Sunday, July 5, 2020 11:13 PM Cc: users@netbeans.apache.org Subject: Re: NB12 - debugger is not goi

Re: NB12 - debugger is not going into the method

2020-07-05 Thread András Sik
Is there any chance this had anything to do with lambda expressions? I know NB had issues with these before, IDK whether or not it has been fixed. -- To the optimist, the glass is half-full. To the pessimist, the glass is half-empty. To the engineer, the glass is twice as big as it needs to be.

Re: JavaFx Problem

2020-07-05 Thread Brain Rebooting
Probably not only this specific program. After installing NetBeans 12, none of my JavaFX program show output (with ant build). But NetBeans 11.3 with all same configuration, did output my JavaFX program. On Mon, Jul 6, 2020 at 11:47 AM Brain Rebooting wrote: > > Problems started from this line o

RE: NB12 - debugger is not going into the method

2020-07-05 Thread Greenberg, Gary
I do not have a small example and I cannot send out any significant piece of code. However, I believe that I have explained steps to reproduce very clearly. I do not mind to repeat it, though. Create a class bar with a function foo(). Write a method in this class that will be calling function foo

Re: JavaFx Problem

2020-07-05 Thread Brain Rebooting
Problems started from this line on the console: Exception in Application start method But when I run the same program in IntelliJ IDEA community edition, it just works and literally I don't see any error on my own source code. Apache NetBeans error detector don't show any error on my source code.

Re: JavaFx Problem

2020-07-05 Thread Emilian Bold
Start by telling us which errors you see. --emi lun., 6 iul. 2020, 08:04 Brain Rebooting a scris: > Why Apache NetBeans 12 don't execute my JavaFX program? I run the same to > same program in IntelliJ IDEA community edition and it works. But NetBeans > shows there are some errors. Here is my so

JavaFx Problem

2020-07-05 Thread Brain Rebooting
Why Apache NetBeans 12 don't execute my JavaFX program? I run the same to same program in IntelliJ IDEA community edition and it works. But NetBeans shows there are some errors. Here is my software usage: Apache NetBeans 12 Ubuntu 18 JDK 8 Samiul alom sium Bangladesh

Re: NB12 - debugger is not going into the method

2020-07-05 Thread John Mc
Do you have a small example of this behaviour? I've not come across it myself, so without steps to reproduce, or a clear and simple example it might be hard to get someone to help you on resolving this issue... Regards John On Sun, 5 Jul 2020 at 06:03, Greenberg, Gary wrote: > I am trying to