7

When I'm debugging code in a framework, it usually goes through a bunch of different calls in different files before actually getting to the file I want to investigate. Is there a way to open the file I want when I start geben, put the breakpoint in that file then tell geben to run (press g)?

Otherwise I have to keep stepping over/into until geben finally get's to the file I want, at which point I can then go to the line I want and set the breakpoint.

4

1 回答 1

5

C-cf运行geben-find-file

IIRC,geben 必须已经处于活动调试会话中,该功能才能工作;但是一旦设置断点是持久的,所以它不是太繁重。

geben-breakpoint-menu如果您没有注意到,菜单对于设置条件非常方便。

于 2012-02-28T01:24:49.573 回答