Support for gdb-oneapi #1263
Replies: 1 comment
-
|
Intel oneAPI's GDB and normal GDB should be compatible when swapped in the debug options. We don't maintain any code for the debugging capabilities, it comes straight from the C/C++ extension. Btw the oneAPI GDB does not work everywhere, pulled from their docs
It's been a while but I've successfully made it work with Fortran and C++ projects under Linux and WSL, if you share your Please provide more details with your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing request for this?
I have tried the Pre-Release of the extension.
Feature Request
I have tried to use "gdb-oneapi" instead of using plain "gdb" following this doc from Intel:
oneapi user guide vs code
But, when I set a breakpoint in the code, the exec seems to stop there but there is no cursor. So, can't do anything.
Is it possible to have "Modern Fortran" vscode extension work with "gdb-oneapi"?
It's kind of important since "gdb" doesn't seem to be compatible with ifx 2024 (can't step into subroutines).
This is on linux wsl2.
Beta Was this translation helpful? Give feedback.
All reactions