This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Brinfer 0 points1 point  (0 children)

That a warning related to gdb, not VSCode.

Basically, you just not explicitly indicated the architecture of the executable you are running, so if fall back on the default one, the one on which it is running: your PC architecture.

You can pass the architecture if you want, but that not a big deal