You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user enters "make" into the terminal, the processor.c program is executed. It prompts the user to input values for the variables @var and @traces. Upon pressing 'x', expanded.c is generated. The makefile is then automatically executed to run expanded.c, allowing the user to monitor the desired variables.
make-check
When a user enters "make-check" into the terminal, the processor only executed "expanded.c".
About
We developed a simple debugger together as a group project for course 232 systems programming course. We used the ncurses library