Commit 8c2c40c311a61149996938a016c28590fa785d9a

show stack command was broken while refactoring to remove_eval code. fixed

Commit diff

Commands/Show Stack.tmCommand

 
2020
2121d = DebuggerCmd.new
2222
23d.install_extension
2423output = d.remote_eval_control_binding <<-EOF
25 c=Debugger.current_context;
24 c=Debugger.context;
2625 (0..(c.stack_size - 1)).to_a.map do |idx|
2726 {
2827 :file => c.frame_file(idx),
toggle raw diff