hello every one. I have a question about slicer c++ development. my develop environment is linux os, and use visual studio code to code. how can i perform single step debug in visual studio code and have normal auto complete. how to write task,json, launch.json, cpp_propetries.json. thanks to read!
I’ve never used Visual Studio Code to do this on linux, but Qt Creator has worked fine. You can probably follow the same process. Report back what you find out.
See: Documentation/Nightly/Developers/Tutorials/QtCreator - Slicer Wiki
Thanks a lot! I will try this laterly!