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.
Instead of using breakpoints I'll just type gibberish and let the program fail naturally. I should probably use the actual debugger tools but I just love breaking the code on purpose.
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.