Naoto Ono
Naoto Ono
**What would you like to be added**: Currently, piped doesn't inform users about the error message in WebUI when the application is missing .pipe.yaml file. It just outputs logs in...
https://github.com/ruby/debug/pull/688
Thanks for your Pull Request 🎉 **Please follow these instructions to help us review it more efficiently:** - Add references of related issues/PRs in the description if available. - If...
Thanks for your Pull Request 🎉 **Please follow these instructions to help us review it more efficiently:** - Add references of related issues/PRs in the description if available. - If...
Currently, `step back ` doesn't work in replay mode. This PR fixes it.
Currently, `step `doesn't work in replay mode. This PR fixes it.
Thanks for your Pull Request 🎉 **Please follow these instructions to help us review it more efficiently:** - Add references of related issues/PRs in the description if available. - If...
Sample script(Ruby) ```ruby a=1 def foo() a = 3 end foo() puts a ``` When I select frame id, which is the location of the caller of function `foo()`, I...