SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

how to debug SEAL in VS Code?

Open friendsAI opened this issue 2 years ago • 0 comments

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?

friendsAI avatar Nov 20 '23 09:11 friendsAI