> > Le 10 janv. 2025 à 12:16, Jon Forrest <nobozo@xxxxxxxxx> a écrit : > > I'm interested in using Visual Studio Code to help understand > how git works. I'm thinking it would make it easy to see what > actually happens when git commands are run. > > What I don't know is how to integrate git's build system into > Visual Studio Code. Has anybody tried this? If not, what tools > do you use to debug git? AFAIK, it’s make (with some autoconf stuff) and C debuggers like gdb/lldb. But maybe someone has a better answer. I’d expect VS Code to support this pretty easily. Best, D. Ben Knoble