I'm devoloping in a large project C language with Netbeans 8.2 IDE. First time I create project from source code, Netbeans parse project in a long time and it was succeed. But when I reopen this project, Netbeans reparse project, it make my computer slow, I can't do anything. I have finded in google, there are some ways to fix it like disable reparse project but in version 8.2, I can't find that option. Can you help me? Thank you very much!
Asked
Active
Viewed 522 times
4
-
1What do you mean that your computer "overload"? What errors do you get (if any)? What problems do you have? What ***happens***? – Some programmer dude Mar 21 '17 at 07:37
-
2I mean CPU and Ram cpu usage very high, about 95%. I can't do anything when Netbeans reparse my project. – rum Mar 21 '17 at 07:50
-
Same thing here with NB 8.2. I have a big C project. C files are generated from another flavor of C code with another extension (.pc). I would like to have only the .pc files parsed and tried to setup NB this way. But it doesn't work and huge C files are analyzed, overloading my system as described by rum. – Guillaume Mar 22 '17 at 10:46