Re: [C] - Setting Up Debugger on Mac

2018-09-10 Thread Antonio Varela
On Mon, Sep 10, 2018 at 6:57 PM Michael Sporea wrote: > I have Netbeans 8.2 and 9.0 on Mac running High Sierra…Xcode 10 is > installed along with all Command Line Tools. I can’t figure out how to > setup the debugger for c/c++. - Michael > > You need to install gdb with MacPorts or Brew, then s

[C] - Setting Up Debugger on Mac

2018-09-10 Thread Michael Sporea
I have Netbeans 8.2 and 9.0 on Mac running High Sierra…Xcode 10 is installed along with all Command Line Tools. I can’t figure out how to setup the debugger for c/c++. - Michael - To unsubscribe, e-mail: users-unsubscr...@netbean

Re: NB 9.0: git pull not working

2018-09-10 Thread Peter Nabbefeld
Hello, the error message seems to be created by git, not NetBeans - are You probably using different URLs? Probably one of the answers presented here might help You: https://stackoverflow.com/questions/7077016/how-can-i-resolvecan-not-open-git-upload-pack-error-in-eclipse Kind regards Peter

NB 9.0: git pull not working

2018-09-10 Thread Thomas Kellerer
When I use "Git -> Remote -> Pull from upstream" I get an error "cannot open git-upload-pack" from inside NetBeans However when I run git from the command line (Windows 10) everything works fine. This only happens with one repository, other repository in our company work fine from within NetB