Hi, I am a new learner of Paraview and I would like to learn it through breakPoints and debugging. I followed the building tutorials here and by changing -DCMAKE_BUILD_TYPE=Release to -DCMAKE_BUILD_TYPE=Debug, I suppose that the generated files could be debugged. Then I got a folder structured like this:
VSCode tutorials on how to debug CMake projects may also be useful to search for. Someone here may be able to help, but I suspect that searching/asking in that venue may also be useful.
FWIW, on Windows I usually launch programs and attach from Visual Studio (I’ve never used VSCode myself).