Koichi Sasada
Koichi Sasada
could you show me repro steps?
Same on the small script like: ``` a = 1 b = 2 p a + b # breakpoint here ``` ?
Thank you I can reproduce with TCP/IP connection.
Wow. I'm using WSL and I never see the error. How to repro? Need to buy a big display :p ?
Sorry I forget it... it can be a debug.gem's problem.
Ah, do you reuse `.vscode/` created by `rdbg -n --open=vscode`?
what is "serverReadyAction"?
Thank you for the information. This is first time to see. Do you know other debuggers (on other languages) support it on the debug console?
Thank you so there is a way to support it on the debug console...
Sorry I can not understand the situation. I understand: * You want to run rspec with Ruby Spec Runner * You want to attach to the rspec processes automatically I...