Like, a list of variable's names and their current state (values) at each line. Sorry if this is a silly question.
I have been trying to develop an educational website that can compile and run student's C/C++ code to teach them how pointers and memory work.
Currently my solution sends the code to a backend where it's compiled and run through a modified version of valgrind. It would be WONDERFUL if this process could happen inside the browser, so that's why I am so interested in this project.
Like, a list of variable's names and their current state (values) at each line. Sorry if this is a silly question.
I have been trying to develop an educational website that can compile and run student's C/C++ code to teach them how pointers and memory work.
Currently my solution sends the code to a backend where it's compiled and run through a modified version of valgrind. It would be WONDERFUL if this process could happen inside the browser, so that's why I am so interested in this project.