Basit Anwer
Basit Anwer

Reputation: 6870

NetBeans - have to clean build every time i have to debug

I got three PCs running Netbeans.

on two this problem doesn't arrive. i.e. change code and hit debug button, the changed code is affected in debug.

Whereas in the third PC i have to rebuild the whole project (takes about 1 min 30 secs) to see changed code in debug applied. What am i doing wrong? How to resolve this issue?

Compile on Save is on on all related projects.

NetBeans 7.1.1

Upvotes: 2

Views: 4094

Answers (1)

MadProgrammer
MadProgrammer

Reputation: 347194

Try deleting the cache C:\Users\{user}\.netbeans\7.1.1\var\cache under Windows 7

Upvotes: 4

Related Questions