Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in C debugging #53

Closed
programonauta opened this issue Jan 22, 2022 · 2 comments
Closed

Error in C debugging #53

programonauta opened this issue Jan 22, 2022 · 2 comments

Comments

@programonauta
Copy link

Hi,

I've just installed VS Codium, but when I try to debug any C program, I get this error:

image

I'm using Debian 11, gdb and gcc with versions:

$ gdb --version
GNU gdb (Debian 10.1-1.7) 10.1.90.20210103-git
Copyright (C) 2021 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

$ gcc --version
gcc (Debian 10.2.1-6) 10.2.1 20210110
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Is it missing any other extension? The following extensions is already installed:

  • [C/C++ Config[(https://open-vsx.org/extension/ms-vscode/cmake-tools)
  • CMake
  • CMake Tools
@franneck94
Copy link
Owner

franneck94 commented Jan 22, 2022

Debugging is then not possible in vscodium, since this extension needs the Microsoft's C++ extension for the full feature plate.

However compiling and running should work.

@programonauta
Copy link
Author

Debugging is then not possible in vscodium, since this extension needs the Microsoft's C++ extension for the full feature plate.

However compiling and running should work.

Thanks for information @franneck94

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants