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

Exit code 127 error #3

Open
sfelix1s opened this issue Feb 14, 2020 · 2 comments
Open

Exit code 127 error #3

sfelix1s opened this issue Feb 14, 2020 · 2 comments

Comments

@sfelix1s
Copy link

Screen Shot 2020-02-13 at 5 09 31 PM

While in vs code:

  • open the ruby file so that it is active
  • select the play arrow with "Active File" text to initiate the run and debug feature
  • it specifies: Debugger existed without connecting (exit code 127)

I don't receive any run/debug information just the error message window appears (See attachment).

@castwide
Copy link
Owner

castwide commented Mar 1, 2020

Exit code 127 seems to indicate that the extension was unable to find the readapt executable. Two things you can try:

  1. If your launch configuration sets "useBundler": true, make sure that readapt is installed in your Gemfile.
  2. You can use the debugger option to set an absolute path to the readapt executable, e.g., "debugger": "/path/to/readapt"

@jvmvik
Copy link

jvmvik commented Apr 3, 2020

This issue is only present when debugging via a "remote ssh" connection.
Do you a plan to support "remote ssh" debug ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants