#1205 Implement step into in ASTDebugger

开启中
nero8 年之前创建 · 0 条评论

Originally at 2015-11-20T16:14:55Z by Javier Pimas

high level implementation idea would be:

ASTDebugger>>#stepInto delegates to ASTInterpreter>>#stepInto.

ASTInterpreter>>#stepInto does s.i. only if it is a send, else does just step over. It does something similar to the first part of #visitSendNode:, but instead of sending sendMessage:to:superSend: should do something a bit different activateMessage:to:superSend:.

To see how activating a method in low-level, maybe seeing the implementation of perform give some clue

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Originally at 2015-11-20T16:14:55Z by Javier Pimas high level implementation idea would be: ASTDebugger>>#stepInto delegates to ASTInterpreter>>#stepInto. ASTInterpreter>>#stepInto does s.i. only if it is a send, else does just step over. It does something similar to the first part of #visitSendNode:, but instead of sending sendMessage:to:superSend: should do something a bit different activateMessage:to:superSend:. To see how activating a method in low-level, maybe seeing the implementation of perform give some clue <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28461781-implement-step-into-in-astdebugger?utm_campaign=plugin&utm_content=tracker%2F79201&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F79201&utm_medium=issues&utm_source=github). </bountysource-plugin>
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
1 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。