-
Notifications
You must be signed in to change notification settings - Fork 290
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
Support showing network requests with stacktraces in debug console #839
Comments
We do show the first frame with each message, I think that's all chrome devtools shows, right? Or does it show the full stack? |
Which console API is that from? |
This is from regular Google Chrome Dev Tools. |
I mean, what was logged and how? Not using |
In this print it was a connection error. But I can see similar stackstrace when using console.warn |
Oh you're right, it does do that for console.error. That must be new. Yeah we would need support from vscode. Currently the debug console can't show something like this. microsoft/vscode#34981 is similar. |
Hello @connor4312 👋 Just saw this issue was closed, but could you elaborate on why it is now considered "out-of-scope" ? |
Ah, I realize the original issue scope is more narrow than the last comment (which would be out of scope). We could do simple logging of network requests/errors. |
thanks ! 🙏 |
Is there any update on this? It would be really nice if we can see the network requests going through. I'd appreciate if there's any other way to debug this. I can log the response and the request being sent but I can't see the API call itself going through. |
Bring to vscode the chrome DevTools feature of showing stacktrace in debug console messages and the network connections panel.
The text was updated successfully, but these errors were encountered: