MIDebuggerPath
Unable to start debugging. Launch options string provided by project system is invalid. Unable to determine path to debugger. Please specify the "MIDebuggerPath" option
gdbが入ってなかった。
$sudo s apt install gdb
Unable to start debugging. No terminal is available to launch the debugger. Please install Gnome Terminal or Xterm.
sudo apt-get install gnome-terminal
Unable to start debugging. Failed to initialize debugger terminal.
$ Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error spawningcommand line 'dbus-launch --autolaunch= --binary-syntax --close-stderr': Child process exited with code 1
dbus-uuidgen |sudo tee /etc/machine-id
hisagi.hateblo.jp
gnome-terminalが起動できるようになった。
デバッガの起動まではできた。
でも、なにかエラーが出てる。。
02:48:05 PM: Debug: Failed to connect to session manager: SESSION_MANAGER environment variable not defined
デバッグできるようになった。
ちゃんとブレークもする。