@meetingcpp

#cpp #cppfront #cppfront2 #cmake

I encountered a problem with vscode not respecting the breakpoints in the files generated by the cpp2 tool. However, this seems to be a vscode issue, not a cpp2 issue, as reported here: [https://github.com/modern-cmake/cppfront/issues/93]. I couldn’t find a solution, so maybe someone else has an idea how to fix it.

By the way, I agree that cppfront with cmake is an excellent way to start using modules and modern C++20 features.

breakpoints ignored in vscode for files generated by the cpp2 · Issue #93 · modern-cmake/cppfront

Using clang14, clang16, When I place a breakpoint in the build/cppfront/whatEver.cpp it is ignored. Normal breakpoints in cpp (none cpp2) are working fine. About the system macos clang14 and clang16

GitHub