-
Notifications
You must be signed in to change notification settings - Fork 0
andcarminati/Stepper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Stepper: function by function execution using profile code. To use this tool you must compile and link it with your code, i.e. gcc -o your_app stepper.c mcount_wrapper.s your_code.c -pg -g ./your_app Alternativelly, you can use the demo: make ./demo
About
Library that provides step by step execution without the need of a debugger (useful to inspect recursive calls).
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published