-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Multiline string logging with variablesReference #17333
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
Milestone
Comments
In my original example I was using variableReference, but if you try that now, it won't be because I changed it to not use variableReference when logging only text. I still see this if I include an object like in my second comment:
|
It does work now, maybe it was fixed by the fix for #17404. Thanks |
This was referenced Jan 28, 2017
Merged
weinand
added
the
debug
Debug viewlet, configurations, breakpoints, adapter issues
label
May 17, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using OutputEvent with a variablesReference, multiline logs aren't supported anymore.
Especially a problem when I need to print a stack from an exception or console.trace()
Maybe not straightforward to fix since variables are always 1-line everywhere else?
The text was updated successfully, but these errors were encountered: