-
Notifications
You must be signed in to change notification settings - Fork 7
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
list shows old code #5
Comments
Could you gist a repro of some sort? Something I can run to see what you are describing. |
Here is a simple example, sorry but I do not know how to setup a fully working environment whereby this can easily be replicated by you but I hope the below gist demonstrates what I mean clearly. It was run in my console and I did use 'reload!' between edits, the same behaviour occurs on my app. |
@ryan2johnson9 on 2.5.5 I get following results for trying to reproduce:
As you can see for 2.5.5 everything works as expected. |
hmm - I've now got rbx-2.5.5 and rubinius-debugger-2.2.1 and following the same code I have the same issue - why would yours work and mine not? |
I'm using Rubinius 2.2.10 and Rubinus Debugger 2.0.3.
Debugging with Rubinius::Debugger.start, I type 'l' to list the code. Unfortunately the code is out of date as I just recently changed it. The debugger shows old code but the new code is being run.
The text was updated successfully, but these errors were encountered: