Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
glycerine opened this issue Jul 24, 2015 · 4 comments
Closed

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

glycerine opened this issue Jul 24, 2015 · 4 comments

Comments

@glycerine
Copy link

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.

@glycerine glycerine changed the title gdb like 'f' command to run until finished with function gdb like 'fin' command to run until finished with function Jul 24, 2015
@glycerine
Copy link
Author

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

@glycerine
Copy link
Author

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.

@willfaught
Copy link

Is this the same as #49?

@jeremyschlatter
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants