We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vscode-ruby-test-adapter
Debugging of test should work, and breakpoints should be reached
Only "Run" test is working.
Debugging the same test is not should working "Error while debugging test: SyntaxError: Unexpected end of JSON input".
gem install debase
gem install ruby-debug-ide
in VScoode settings.json -> I tryed to config (but failed, so out-commented)
// Extension Ruby Test Explorer "rubyTestExplorer.debuggerHost": "127.0.0.1", "rubyTestExplorer.debuggerPort": "1234", "rubyTestExplorer.debugCommand": "rdebug-ide"
Do I have to forward the port 1234, or is anything missing in my setup?
This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your environment
vscode-ruby-test-adapter
version: v0.9.2Expected behavior
Debugging of test should work, and breakpoints should be reached
Actual behavior
Only "Run" test is working.
Debugging the same test is not should working "Error while debugging test: SyntaxError: Unexpected end of JSON input".
gem install debase
andgem install ruby-debug-ide
in VScoode settings.json -> I tryed to config (but failed, so out-commented)
Do I have to forward the port 1234, or is anything missing in my setup?
This section should include any relevant screenshots, code samples, console output, etc. The more information we have to reproduce the better!
The text was updated successfully, but these errors were encountered: