Skip to content

We developed a simple debugger together as a group project for course 232 systems programming course. We used the ncurses library

License

Notifications You must be signed in to change notification settings

ulascan54/debugger-232project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

232 TERM PROJECT GROUP 1

How to Run This Project

    make
  • 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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published