-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird color output in terminal #1372
Comments
What happens if you run the command directly but from within The reproduction steps are incomplete - would need that test runner/app that produces the output you're getting. |
If I run my executable directly with next command for example. I got no color issue inside a the terminal.
Sorry I' m quite new to neovim env. |
Ok after more investigation, I try with other c++ dap adapter : cpptools. Got same issue. At this point, I was pretty sure it comes from nvim-dap. But later, I tested the codelldb extension on vscode to gave a look about this error. And the issue is also on vscode 😨 . But not with cppvsdbg (un adapated cpptools for windows). So I will open a ticket on codelldb porject to check if anyone got this issue. |
Debug adapter definition and debug configuration
Running on Windows 11, with Windows terminal.
I use default dap config to reproduce and use mason nvim dap with this config :
Debug adapter version
v1.10.0
Steps to Reproduce
Basically launch dap debug
Expected Result
expected result obtain using :terminal command and launching target manually without debugger :

Actual Result
I got background color on every colorscheme (I test habamax, catppuccin, tokyonight, onedark, ...) in the terminal output :

As you can see above, the text is literally unreadable.
The text was updated successfully, but these errors were encountered: