microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.55k stars 706 forks source link

how to debug SEAL in VS Code? #675

Open friendsAI opened 10 months ago

friendsAI commented 10 months ago

I set breakpoints in _bgv_basics.cpp, and execute these commands in console window: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug, cmake --build build, and in VS code, I click "run-->start debugging" , but it can't enter degbug mode, it reports "Module containing this breakpoint has not yet loaded or the breakpoint address could not be obtained." . how to debug SEAL in VS Code?