-
Notifications
You must be signed in to change notification settings - Fork 175
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
[Feature Request] Merge stdout and stderr in the Output View #613
Comments
where are the steps to reproduce? Please complete all elements of the template. |
hmmm, wonder if it would be better to pipe the |
the spec has been updated/clarified since I last looked at it:
I think therefore it makes no sense to do what vimspector is currently doing, which is putting the stdout in Console and the stderr in a different buffer. I'll fix that. |
Would it be as simple as modifying the |
If memory serves it wasn't that simple. But feel free to try it. |
Description
Hi,
Im new to Vimspector, today I wrote a config file for my go project but it seems launch failed, I want to check the failing reason and it provides
Failed to launch: Build error: Check the debug console for details.
But where is the mentioned
console
Works in vim?
Reproducable in Vim
Works with clean config?
Yes
Minimal Reproduction
List of steps to reproduce:
vim ---clean Nu /path/to/vimspector/support/minimal_vimrc
Expected Behaviour
show failing reason in some place
Actual Behaviour
nothing shows
Additional information
No response
Installation Type
Plugin Manager (git clone)
Vimspector version
latest
Debug Info
No response
Log file
No response
Vim version
Python version
No response
Neovim diagnostics
No response
Operating System
No response
Declaration
The text was updated successfully, but these errors were encountered: