puremourning / vimspector

vimspector - A multi-language debugging system for Vim
http://puremourning.github.io/vimspector-web
Apache License 2.0
4.08k stars 171 forks source link

externalTerminal doest not work #864

Closed changxi188 closed 3 months ago

changxi188 commented 3 months ago

I am using Neovim v0.9.5, but the "console": "externalTerminal" command is not working. Here is the complete configuration:

{ "configurations": { "Launch": { "adapter": "vscode-cpptools", "configuration": { "name": "cpp", "type": "cppdbg", "request": "launch", "program": "${workspaceRoot}/build/install/bin/aima-slam-ros_app-offline_mapping", "args": ["--input_bag", "~/Downloads/bug_fix/odometry_0510_2/"], "cwd": "${workspaceRoot}", "console": "externalTerminal", "stopAtEntry": false, "MIMode": "gdb", "logging": { "engineLogging": true } } } } }

puremourning commented 3 months ago

As discussed external terminal is not supported and will not be implemented