SVF-tools / Teaching-Software-Analysis

Teaching and Learning Software Analysis via SVF
GNU General Public License v3.0
194 stars 116 forks source link

the prelaunchtask c/c++ g++ build active file terminated with exit code #44

Closed xuanzhiliu closed 9 months ago

xuanzhiliu commented 9 months ago

Hi all

I followed all the step in https://github.com/SVF-tools/Teaching-Software-Analysis/wiki/Installation-of-Docker,-VSCode-and-its-extensions. When I try to debug the hello.cpp, the error occur like this: image and the terminal output this: image I clicked the debug anyway, the code can print but all my breakpoint didn't work. Does anyone know how to solve it? Thanks

xuanzhiliu commented 9 months ago

I solved the problem by just remove the -g in launch.json. But I still don't know why