
This is how it feels trying to merge a repo

This is how it feels trying to merge a repo


I used windows out of concern that my university may use an application unavailable on Linux (I’m an electrical engineering major) I shouldn’t have been since even if there isn’t, I could always use bottles/wine to get the .exe file.
Madness. When I started using gdb in C it was lifesaver to find any runtime errors in my code. Coming from what is the shit of C compilation and runtime errors it saved what would effectively be hours of inserting printf statements to find the error.
It depends how well a language specifies where the runtime error is occuring. I just get “segmentation fault (core dumped)” as my runtime error which could mean any for loop or iterattive sequence in my program.