M
Michael Lesniak
Hello,
I have a (stupid?) question. I have a class which I'd like to debug
with the builtin ruby-debugger. When I fire up the ruby-debugger I'd
like to be able to evaluate the whole class and generate instances
afterwards. The problem: When i use c(ontinue), the debugger is exiting
after evaluation.
Any ideas how to enter code after file evaluation (except writing it
into the file itself which would be more or less non-dynamical
debugging)?
Thanks
Michael
I have a (stupid?) question. I have a class which I'd like to debug
with the builtin ruby-debugger. When I fire up the ruby-debugger I'd
like to be able to evaluate the whole class and generate instances
afterwards. The problem: When i use c(ontinue), the debugger is exiting
after evaluation.
Any ideas how to enter code after file evaluation (except writing it
into the file itself which would be more or less non-dynamical
debugging)?
Thanks
Michael