Tagged Questions

3
votes
1answer
105 views

Automatic export of symbols array in C debugging (teaching purpose)

I need to teach C to children (10-15 years old, teaching is through a website) and I want to be able to show them a step by step execution of a program but I don't want them to use a debugger directly ...