mailgun/godebug

gdb like 'fin' command to run until finished with function

Closed this issue · 4 comments

godebug is working really nicely now(!)

stepping through code, one thing I miss is the 'fin' command from gdb. Small feature request would be to add it to godebug. 'fin' lets you continue running until the current function returns.

(maybe just abbreviated as 'f'; these one character commands are really nice)

btw printing expressions totally rocks! I know this is totally offtopic for this issue, but I'm just blown away at how nicely the integrated printing is working now. STUNNINGLY AWESOME.

Is this the same as #49?

Printing expressions: I know, right?! :) I've been using it a lot. I find myself wanting to store local variables and write loops, too. I may add statement evaluation later.

The original issue: Yes, this is a dup of #49.