]> git.99rst.org Git - git.git/commit
contrib/vscode/: debugging with VS Code and gdb
authorCOGONI Guillaume <redacted>
Thu, 7 Apr 2022 20:40:01 +0000 (22:40 +0200)
committerJunio C Hamano <redacted>
Fri, 8 Apr 2022 18:04:54 +0000 (11:04 -0700)
commit95b3002201384d6b1de5d1243aba45e1f5065c23
tree7548722aa126d569f03ba19d3a70a163a8049b9e
parentfaa21c10d44184f616d391c158dcbb13b9c72ef3
contrib/vscode/: debugging with VS Code and gdb

The externalConsole=true setting is broken for many users (launching the
debugger with such setting results in VS Code waiting forever without
actually starting the debugger). Also, this setting is a matter of user
preference, and is arguably better set in a "launch" section in the
user-wide settings.json than hardcoded in our script. Remove the line to
use VS Code's default, or the user's setting.

Add useful links in contrib/vscode/README.md to help the user to
configure VS Code and how to use the debugging feature.

Helped-by: Matthieu Moy <redacted>
Helped-by: Derrick Stolee <redacted>
Co-authored-by: BRESSAT Jonathan <redacted>
Signed-off-by: COGONI Guillaume <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/vscode/README.md
contrib/vscode/init.sh
git clone https://git.99rst.org/PROJECT