Skip to content

Library that provides step by step execution without the need of a debugger (useful to inspect recursive calls).

Notifications You must be signed in to change notification settings

andcarminati/Stepper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published