Skip to content
Commit 81410f20 authored by Giovanni Campagna's avatar Giovanni Campagna
Browse files

IdeDebugManager: check the programming language to see if the debugger is compatible

Make it possible to retrieve the IdeBuildTarget from the IdeRunner,
and use it to retrieve the programming language of the program
being run. Compare it to the list of languages claimed by the
debugger to see if the debugger is compatible.

Tested with npm on host (correctly claims no debugger is available)
and meson on flatpak (correctly starts gdb)

https://bugzilla.gnome.org/show_bug.cgi?id=790846
parent b2e1d33e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment