简体   繁体   中英

Location of parser index/cache for c++ in Netbeans 7.3+ on Ubuntu

Where can i find the the parser index/cache for a specific c++ project in netbeans 7.3+?

I used grep to look up some function names i used in this project.

grep -nisr ~/<netbeansfolder> '<function name here>'
grep -nisr ~/.neatbeans/<version> '<function name here>'
grep -nisr ~/<projectfolder>/nbproject '<function name here>'

Found nothing... any clues or ideas?

找到了。

~/.cache/netbeans/<netbeansversion>/cnd/model/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM