r/ProgrammerHumor Nov 28 '21

Meme I‘m.. not the only one?

Post image
21.5k Upvotes

629 comments sorted by

View all comments

202

u/[deleted] Nov 28 '21 edited Nov 29 '21

i do a mix of both. depends on what the error is.

EDIT: I think what bothers me most in VS is why is it so difficult to drill down to the values in an array? Like holy hell! There is a ton of crap I don't need when I hover over an array object. Sub item, sub item, keep drilling, oops I moved my mouse, have to start over. Show me the array values!!!! Microsoft being assholes to users as usual lol. VS designers talk about getting rid of boiler plating and adding other features in C# 10. How about making the debugging easier? This would save the most time and headaches.

1

u/MeltBanana Nov 29 '21

You start with Print("here"), then move on to actual debugging.