Re: Bug in vs code

Jonah Graham <[email protected]> Sun, 15 Oct 2023 14:17:16 -0400
Newsgroups gmane.comp.gdb.devel,gmane.comp.gdb.bugs.general
Message-ID <CAPmGMvhJ-VgRtcXkS-HevLX9LvbLhuUKb-S8WDSgace9sFGsCw@mail.gmail.com>
Hi Yunus.

On Sun, 15 Oct 2023 at 13:28, Yunus Emre Ak=C3=A7a via Gdb <gdb@sourceware.=
org>
wrote:

> =3Dthread-group-added,id=3D"i1"
> GNU gdb (GDB) 7.6.1
>

This version of GDB is very old. I recommend installing a newer version
(e.g  "choco install mingw" - https://chocolatey.org/install, but there are
various other ways to get it)


> =3Dcmd-param-changed,param=3D"pagination",value=3D"off"
> ERROR: Unable to start debugging. Unexpected GDB output from command
> "-exec-run". Error creating process
>

This is an error in the vscode cpptools extension and the error should be
reported there. But as mentioned above, my guess is this version of gdb is
simply older than the versions the vscode cpptools team tests or supports.

HTH
Jonah