-
Notifications
You must be signed in to change notification settings - Fork 3
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
Display varialbes on suspend #6
Comments
I'll work on this next |
You have some work started here. The variables are set: https://github.com/johanlunds/atom-ruby-debugger/blob/master/lib/debugger-context.coffee#L61 |
Excellent! Makes my job easier, I'll wire it into the UI. Thanks. |
I will try to work on this. I have an unfinished branch since before. I can push the unfinished changes as well. |
FYI: #11 |
Thanks! I'll check this out. I actually got a start on this feature as well. |
It might be better to continue and finish your already started I started a backtrace-implementation as well a year ago, but threw that On Fri, Mar 25, 2016 at 6:57 PM, Josh Bennett [email protected]
|
Handle displaying all variables when a ruby script is paused or hits a breakpoint.
The text was updated successfully, but these errors were encountered: