Skip to content
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

rpc: can't find method RPCServer.Eval #51370

Closed
andrewmeissner opened this issue Jun 7, 2018 · 3 comments
Closed

rpc: can't find method RPCServer.Eval #51370

andrewmeissner opened this issue Jun 7, 2018 · 3 comments
Labels
*caused-by-extension Issue identified to be caused by an extension

Comments

@andrewmeissner
Copy link

  • VSCode Version: 1.24.0
  • OS Version: macOS High Sierra Version 10.13.5

Steps to Reproduce:

  1. Golang debugging with delve
  2. Hit any break point - everything is broken. trying to "watch" anything yields the error in the subject header (rpc: can't find method RPCServer.Eval). Trying to evaluate anything in the debug console yields the same error.

Does this issue occur when all extensions are disabled?: Yes/No
No - but only because go debugging isn't supported.

@vscodebot vscodebot bot added the new release label Jun 7, 2018
@stephane-moreau
Copy link

stephane-moreau commented Jun 7, 2018

I had the same type of issues a few hours back (no watch variables - no interactive inspection in debug console)
Only stepping / nexting and tooltip variable inspection did work

Looks like adding useAPIv1 : false to my launch.json configuration do workaround the issue at least for now

see : microsoft/vscode-go#1555

@andrewmeissner
Copy link
Author

andrewmeissner commented Jun 8, 2018

@stephane-moreau

pacha

Adding that to my debug configs works great! Thanks so much for getting me going again!

@ramya-rao-a ramya-rao-a added the *caused-by-extension Issue identified to be caused by an extension label Jun 8, 2018
@owennewo
Copy link

On linux this setting is case sensitive
Good: "useApiV1": false
Bad: "useAPIV1": false

@vscodebot vscodebot bot locked and limited conversation to collaborators Jul 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension
Projects
None yet
Development

No branches or pull requests

4 participants