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

2019-05-16 Thread Geertjan Wielenga
Roadmap:
https://cwiki.apache.org/confluence/display/NETBEANS/Apache+NetBeans+Release+Roadmap

Gj

On Thu, May 16, 2019 at 5:35 PM Geertjan Wielenga 
wrote:

> C/C++ features of NetBeans have not been donated by Oracle to Apache yet,
> they are in progress, scheduled for September.
>
> Gj
>
>
> On Thu, 16 May 2019 at 17:19, Ulf Zibis  wrote:
>
>> Hi,
>>
>> I'm wondering that there is no comment on C/C++ even with version 11:
>> https://netbeans.apache.org/download/nb110/index.html
>>
>> Can you say something of the future of C/C++ support in NetBeans?
>>
>> Thanks,
>>
>> Ulf
>> Am 19.04.19 um 13:11 schrieb Geertjan Wielenga:
>>
>> You must have installed the C/C++ features yourself since Apache NetBeans
>> does not provide C/C++ features.
>>
>>
>> Gj
>>
>> On Fri, 19 Apr 2019 at 05:03, Ulf Zibis  wrote:
>>
>>> Thanks for your hint Geertjan.
>>>
>>> I'm surprised. I don't remember from where I've installed the C/C++
>>> plugin, and I can't see the source in the plugin, as all is hidden behind
>>> "User Installed Plugins".
>>> What you wanted to say with: "... or you must have ..."?
>>>
>>> -Ulf
>>> Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
>>>
>>> NetBeans 10.0 does not support C/C++. You've probably installed plugins
>>> from 8.2, or you must have, which may or may not work, i.e., you're using
>>> untested features, and there's no promise that this will work.
>>>
>>> Gj
>>>
>>> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  wrote:
>>>
 A polite Ping!

 -Ulf
 Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.

 Any idea why?

 I'm running NetBeans IDE 10 on Ubuntu 18.04

 -Ulf




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

2019-05-16 Thread Geertjan Wielenga
C/C++ features of NetBeans have not been donated by Oracle to Apache yet,
they are in progress, scheduled for September.

Gj


On Thu, 16 May 2019 at 17:19, Ulf Zibis  wrote:

> Hi,
>
> I'm wondering that there is no comment on C/C++ even with version 11:
> https://netbeans.apache.org/download/nb110/index.html
>
> Can you say something of the future of C/C++ support in NetBeans?
>
> Thanks,
>
> Ulf
> Am 19.04.19 um 13:11 schrieb Geertjan Wielenga:
>
> You must have installed the C/C++ features yourself since Apache NetBeans
> does not provide C/C++ features.
>
>
> Gj
>
> On Fri, 19 Apr 2019 at 05:03, Ulf Zibis  wrote:
>
>> Thanks for your hint Geertjan.
>>
>> I'm surprised. I don't remember from where I've installed the C/C++
>> plugin, and I can't see the source in the plugin, as all is hidden behind
>> "User Installed Plugins".
>> What you wanted to say with: "... or you must have ..."?
>>
>> -Ulf
>> Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
>>
>> NetBeans 10.0 does not support C/C++. You've probably installed plugins
>> from 8.2, or you must have, which may or may not work, i.e., you're using
>> untested features, and there's no promise that this will work.
>>
>> Gj
>>
>> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  wrote:
>>
>>> A polite Ping!
>>>
>>> -Ulf
>>> Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.
>>>
>>> Any idea why?
>>>
>>> I'm running NetBeans IDE 10 on Ubuntu 18.04
>>>
>>> -Ulf
>>>
>>>


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

2019-04-19 Thread Geertjan Wielenga
You really must have physically installed it yourself in one way or
another.

Gj

On Fri, 19 Apr 2019 at 08:31, Ulf Zibis  wrote:

> Thanks!
>
> from the logic it must have been from Plugins Portal 8.2 – which I've not
> recognized, but I can not see the version or the source, as these
> informations are hidden from the new plugin manager in "User Installed
> Plugins".
>
> -Ulf
> Am 19.04.19 um 13:11 schrieb Geertjan Wielenga:
>
> You must have installed the C/C++ features yourself since Apache NetBeans
> does not provide C/C++ features.
>
> Gj
>
> On Fri, 19 Apr 2019 at 05:03, Ulf Zibis  wrote:
>
>> Thanks for your hint Geertjan.
>>
>> I'm surprised. I don't remember from where I've installed the C/C++
>> plugin, and I can't see the source in the plugin, as all is hidden behind
>> "User Installed Plugins".
>> What you wanted to say with: "... or you must have ..."?
>>
>> -Ulf
>> Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
>>
>> NetBeans 10.0 does not support C/C++. You've probably installed plugins
>> from 8.2, or you must have, which may or may not work, i.e., you're using
>> untested features, and there's no promise that this will work.
>>
>> Gj
>>
>> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  wrote:
>>
>>> A polite Ping!
>>>
>>> -Ulf
>>> Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.
>>>
>>> Any idea why?
>>>
>>> I'm running NetBeans IDE 10 on Ubuntu 18.04
>>>
>>> -Ulf
>>>
>>>


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

2019-04-19 Thread Ulf Zibis
Thanks!

from the logic it must have been from Plugins Portal 8.2 – which I've
not recognized, but I can not see the version or the source, as these
informations are hidden from the new plugin manager in "User Installed
Plugins".

-Ulf

Am 19.04.19 um 13:11 schrieb Geertjan Wielenga:
> You must have installed the C/C++ features yourself since Apache
> NetBeans does not provide C/C++ features.
>
> Gj
>
> On Fri, 19 Apr 2019 at 05:03, Ulf Zibis  > wrote:
>
> Thanks for your hint Geertjan.
>
> I'm surprised. I don't remember from where I've installed the
> C/C++ plugin, and I can't see the source in the plugin, as all is
> hidden behind "User Installed Plugins".
> What you wanted to say with: "... or you must have ..."?
>
> -Ulf
>
> Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
>> NetBeans 10.0 does not support C/C++. You've probably installed
>> plugins from 8.2, or you must have, which may or may not work,
>> i.e., you're using untested features, and there's no promise that
>> this will work.
>>
>> Gj
>>
>> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis > > wrote:
>>
>> A polite Ping!
>>
>> -Ulf
>>
>> Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.
>>>
>>> Any idea why?
>>>
>>> I'm running NetBeans IDE 10 on Ubuntu 18.04
>>>
>>> -Ulf
>>>


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

2019-04-19 Thread Geertjan Wielenga
You must have installed the C/C++ features yourself since Apache NetBeans
does not provide C/C++ features.

Gj

On Fri, 19 Apr 2019 at 05:03, Ulf Zibis  wrote:

> Thanks for your hint Geertjan.
>
> I'm surprised. I don't remember from where I've installed the C/C++
> plugin, and I can't see the source in the plugin, as all is hidden behind
> "User Installed Plugins".
> What you wanted to say with: "... or you must have ..."?
>
> -Ulf
> Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
>
> NetBeans 10.0 does not support C/C++. You've probably installed plugins
> from 8.2, or you must have, which may or may not work, i.e., you're using
> untested features, and there's no promise that this will work.
>
> Gj
>
> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  wrote:
>
>> A polite Ping!
>>
>> -Ulf
>> Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.
>>
>> Any idea why?
>>
>> I'm running NetBeans IDE 10 on Ubuntu 18.04
>>
>> -Ulf
>>
>>


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

2019-04-19 Thread Ulf Zibis
Thanks for your hint Geertjan.

I'm surprised. I don't remember from where I've installed the C/C++
plugin, and I can't see the source in the plugin, as all is hidden
behind "User Installed Plugins".
What you wanted to say with: "... or you must have ..."?

-Ulf

Am 18.04.19 um 00:14 schrieb Geertjan Wielenga:
> NetBeans 10.0 does not support C/C++. You've probably installed
> plugins from 8.2, or you must have, which may or may not work, i.e.,
> you're using untested features, and there's no promise that this will
> work.
>
> Gj
>
> On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  > wrote:
>
> A polite Ping!
>
> -Ulf
>
> Am 12.04.19 um 17:27 schrieb 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, but that
>> doesn't happen.
>>
>> Any idea why?
>>
>> I'm running NetBeans IDE 10 on Ubuntu 18.04
>>
>> -Ulf
>>


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

2019-04-17 Thread Geertjan Wielenga
NetBeans 10.0 does not support C/C++. You've probably installed plugins
from 8.2, or you must have, which may or may not work, i.e., you're using
untested features, and there's no promise that this will work.

Gj

On Wed, Apr 17, 2019 at 6:12 PM Ulf Zibis  wrote:

> A polite Ping!
>
> -Ulf
> Am 12.04.19 um 17:27 schrieb 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, but that doesn't happen.
>
> Any idea why?
>
> I'm running NetBeans IDE 10 on Ubuntu 18.04
>
> -Ulf
>
>


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

2019-04-17 Thread Ulf Zibis
A polite Ping!

-Ulf

Am 12.04.19 um 17:27 schrieb 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, but that doesn't
> happen.
>
> Any idea why?
>
> I'm running NetBeans IDE 10 on Ubuntu 18.04
>
> -Ulf
>


[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, but that doesn't happen.

Any idea why?

I'm running NetBeans IDE 10 on Ubuntu 18.04

-Ulf