how to read and debugger redis or mongodb using clion?
已回答
redis use makefile
mongodb use Scons
how use clion to read and debugger them?
Thank you!
请先登录再写评论。
Hello! You can try using the compilation database project format: https://www.jetbrains.com/help/clion/compilation-database.html, https://blog.jetbrains.com/clion/2018/05/clion-2018-2-eap-open-project-from-compilation-database/. The current limitation: you cannot build or run for now, but code insight does work for such projects.
Also feel free to comment or upvote the related feature requests: https://youtrack.jetbrains.com/issue/CPP-494, https://youtrack.jetbrains.com/issue/CPP-1102.