-
Notifications
You must be signed in to change notification settings - Fork 186
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
Allow expanding values in dap-ui-repl #167
Comments
Can you set dap-print-io to t and include request/response that corresponds to one invocation in the REPL? (it will be available in the *Messages* buffer). This will help us find out whether the issue is in dap-mode "not printing the correct piece of information" or in the server "not sending printable result". Also, as a workaround, what happens if you eval the same thing using |
It seems like a problem from the server :(
EDIT: (I was not expanding |
@HACKTIVISTA if the inspect command doesn't help that means we do not have a solution on emacs side. My guess is that this is a well-known issue on the server-side - it sends all objects after converting them to string. I suggest closing the issue and moving the discussion in the php debug adapter repo. |
I'm really not sure about the internals... But it seems like emacs-lsp is only considering a part of what should be requested to the server... Here you can see what I see on VSCode vs emacs: I'm attaching the full log after setting It would be great if you could direct me towards deeper inspections on emacs or that well-known issue you refer to. |
@HACKTIVISTA what happens when you are in the inspect window and press enter with focus on |
Ok. I am closing the issue. The tree control will be rewritten to use treemacs renderer which will make a but easier to distinguish which node is open and which is not. |
@yyoncho the issue was not about the inspect tree, but about not printing the whole thing on the REPL. |
I have investigated that in the past, ATM it is not possible using |
As you can see in the following image, REPL just says which class I'm using instead of showing the content... that really does not help that much.
I can help myself by using the json_encode() function sometimes, but that's actually just a trick.
The text was updated successfully, but these errors were encountered: