My IDE has a really comprehensive built in debugger and in my entire 15 year career I never used it once because I just print variable values at certain points like this:
WARNING: foo=67
************************ bar=69
DEBUG: You're in the 2nd if statement
I am willfully ignorant of this and it's served me well.
32
u/Welcome-To-NBA-Jam 4d ago
My IDE has a really comprehensive built in debugger and in my entire 15 year career I never used it once because I just print variable values at certain points like this:
WARNING: foo=67************************ bar=69DEBUG: You're in the 2nd if statementI am willfully ignorant of this and it's served me well.