Hi, I am a beginner in gcc development 1. Is there a way to use print statements in gcc to track the flow or debug the code? 2. After each edit do we use 'make' to build the gcc? 3. Is there a way to individually compile the edited files, as using 'make' takes more time? Thanking you in advance.