Minh Nguyen
Minh Nguyen
I think this could solve your issue: https://rubyjard.org/. It's a wrapper around byebug, with a nice Terminal UI, and plenty of features. One of the key feature is frame filtering...
@lazyatom Yes, it will be re-implemented in C. However, recently, I'm focusing on feature set instead. Btw, in the roadmap, I will implement DAP protocol to support debugging in VS...
I think this could solve your issue: https://rubyjard.org/. It's a wrapper around byebug, with a nice Terminal UI, and plenty of features. One of the key feature is frame filtering...
Hi @avantjustus, I think this could solve your issue: https://rubyjard.org/. It's a wrapper around byebug, with a nice Terminal UI, and plenty of features. One of the key feature is...
Updated: after trying to debug, I found out that TracePoint API doesn't trigger return event after return from ``. In other cases, when openning a new control frame, there is...
Update: Ruby trunk already has a fix for this issue. It is fixed in this commit: https://github.com/ruby/ruby/commit/3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7. However, the next ruby release in trunk is now 3.0.0. I'll create a...
Update: - I posted a backport request at https://bugs.ruby-lang.org/issues/17149 - The request is handled, and the fix is already merged into Ruby 2.7 maintainance branch (https://github.com/ruby/ruby/tree/ruby_2_7). - I also fetch,...
@wbharding This maybe a consequence of this issue: https://github.com/deivid-rodriguez/byebug/issues/719.
Thanks for your kind words. I'm glad that this gem is useful to you. This gem is just in beta version, so, if you find something weird, please just let...
Hi @nachoal, let me confirm some information to help debugging. > When the output is returned the screen freezes and the input is broken (can't write anything except quit) So,...