-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Show debug variables as json (instead of strings) #68
Comments
@ptrthomas wondering if this is something controllable from the DAP implementation when IDE requests variable info for stack frame? https://microsoft.github.io/debug-adapter-protocol/specification#Types_Variable |
I think so, and I think |
@ptrthomas great. thanks for confirming. |
@ivangsa ok, so we need your help now. you can see commit above that tries to "guess" what the solution should be: karatelabs/karate@43c8a90 didn't seem to work. but by the way, note that when you right click on a variable and say "copy value" to clipboard, you get it pretty-printed so when you say:
without this, we won't be able to address this. hope you can help ! |
@ivangsa ok. btw if you use slack: https://twitter.com/KarateDSL/status/937271659785961477 |
Hi,
when debuging, on a breakpoint..
is it posible to show debug variables as expandable json objects?
currently I can only see them a json string with makes it harder to debug...
Thanks
The text was updated successfully, but these errors were encountered: