[C/C++] Debugger does not stop at breakpoint

2019-04-12 Thread Ulf Zibis
Hi, I have a C-project here, a clone from the famous FFmpeg: git clone git://source.ffmpeg.org/ffmpeg make creates 2 binaries, ffmpeg and ffmpeg_g, the latter with debug symbols. When I use the latter with Debug Project, I expect the processing would stop at a set Breakpoint in the source file

Re: NB 8.2 Freezing

2019-04-12 Thread Geertjan Wielenga
Just go to netbeans.apache.org, install the latest version, Apache NetBeans 11.0, see if the problem can be reproduced, if so, create an issue, provide step by step instructions for how to reproduce this exactly. Thanks, Gj On Fri, Apr 12, 2019 at 2:50 PM Ed Sowell wrote: > I’ve been using NB

Re: [java][weblogic]

2019-04-12 Thread Ben Erridge
Thanks, I'll check it out. On Fri, Apr 12, 2019 at 8:31 AM Geertjan Wielenga wrote: > That's great to hear. I'm not sure if it's a license issue. You could try > to build the module from the GitHub repo and install it and see where that > gets you, i.e., whether that works. > > Gj > > On Fri, Ap

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
Close the IDE Log. Problem solved. Gj On Fri, Apr 12, 2019 at 2:45 PM John Nashorn wrote: > Bummer. You're right Gj, it worked. Thanks. > BTW, does the IDE Log telling degrading the source level from 11 to 1.8 > have any significance? It's currently flooding my IDE Log view. > > On 2019/04/12 1

NB 8.2 Freezing

2019-04-12 Thread Ed Sowell
I've been using NB for several years, in a Windows (now 10) environment. At some point, perhaps back at version 8.0, it started exhibiting a freezing problem. In the NB Community I learned that this is an often-reported issue with many suggested causes, ranging from inability to locate import libra

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread John Nashorn
Bummer. You're right Gj, it worked. Thanks. BTW, does the IDE Log telling degrading the source level from 11 to 1.8 have any significance? It's currently flooding my IDE Log view. On 2019/04/12 12:29:07, Geertjan Wielenga wrote: > public class NewClass { > public static void main(String[] a

Re: [java][weblogic]

2019-04-12 Thread Geertjan Wielenga
That's great to hear. I'm not sure if it's a license issue. You could try to build the module from the GitHub repo and install it and see where that gets you, i.e., whether that works. Gj On Fri, Apr 12, 2019 at 2:27 PM Ben Erridge wrote: > I am definitely willing to contribute to coding and te

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
public class NewClass { public static void main(String[] args) { var test="I believe I can fly"; } } I'm assuming you're doing the above since 'var' is local variable type inference, i.e., LOCAL. Gj On Fri, Apr 12, 2019 at 2:22 PM John Nashorn wrote: > Thanks Geertjan. I watch

Re: [java][weblogic]

2019-04-12 Thread Ben Erridge
I am definitely willing to contribute to coding and testing. Let me know when you get a chance to resolve the license issue. I will try to take a moment to look through the code. On Fri, Apr 12, 2019 at 1:26 AM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > The code for the WebLog

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread John Nashorn
Thanks Geertjan. I watched your YouTube video and retried but failed again. Now I'm trying on Linux with OpenJDK 11 but it's the same. (1)CHECK: My `java -version` outputs: « openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+7) OpenJDK 64-Bit Server VM 18.9 (buil

RE: [ NetBeans IDE ] Is there a shortcut key for 'Replace instance'

2019-04-12 Thread John Barrow
Thanks for that information. It has resolved my frustration. Not sure why I didn’t spot the Tooltip indicating this. I will have to ensure that I check for tooltips in the future! And for completeness, F3 skips the next occurrence if that instance is not to be replaced. John From: Евгений Кор

[ NetBeans IDE ] Is there a shortcut key for 'Replace instance'

2019-04-12 Thread John Barrow
I am new to Netbeans, having moved over from Delphi and love the experience so far. I am used to using shortcuts to improve the speed of coding. When I want to replace a number of instances I use the Ctrl-H to bring up the dialogue and then tab through entering the source & destination. Howeve

Re: NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread Geertjan Wielenga
"var" declarations were introduced in JDK 10. https://www.youtube.com/watch?v=GB1tY_qrLrU Hope it helps, Gj On Fri, Apr 12, 2019 at 11:00 AM John Nashorn wrote: > Hi All, > I'm currently using convenience binaries of NetBeans 11.0-vc4 on Windows > 10 (64 bit system), running with OpenJDK-12

NetBeans 11.0-vc4 Can't Set Source Code Level to 12

2019-04-12 Thread John Nashorn
Hi All, I'm currently using convenience binaries of NetBeans 11.0-vc4 on Windows 10 (64 bit system), running with OpenJDK-12 , etc. I'm changing my projects source code level from 1.8 to 12 but unable to use new language features coming with new versions of Java, such as local variable type inf