https://bugs.kde.org/show_bug.cgi?id=502505
Waqar Ahmed <waqar....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |waqar....@gmail.com

--- Comment #2 from Waqar Ahmed <waqar....@gmail.com> ---
You are using the GDB backend it seems. We have a different backend, DAP. Can
you try that?

The dap backend is where it says: "gdb | launch (debug)". You can use it by
supplying a launch config manually in the UI or by using a launch.json file
places in the ".vscode/launch.json" directory at the root of your project. An
example entry:

        {
            "name": "kate",
            "request": "launch",
            "program": "/home/user/kde/build/utilities/kate/bin/kate",
            "args": [ "-b", "-n" ],
            "type": "gdb",
            "stopAtBeginningOfMainSubprogram": true
        },

Just replace "program" and "args" and you will be good to go.


GDB backend is not supported anymore. 24.12.3 was the last version that
supported it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to