19

I know profilers and debuggers are a boon for productivity, but anecdotally I've found they're seldom used. How often do you use debuggers/profilers in your work? What's preventing you? conversely, what enables you to use them?

you are viewing a single comment's thread
view the rest of the comments
[-] letsgo@lemm.ee 1 points 1 year ago

C# dev here. Quite frequently. When writing new code, instead of trawling the docs looking for what odd name the thing I'm looking for has been given, especially when it's several layers deep in a structure where each layer has dozens of members, to see where in the data structure the value I'm looking for is, makes it a lot easier to determine the next few lines of code to write.

this post was submitted on 22 Jun 2023
19 points (100.0% liked)

Programming

13250 readers
1 users here now

All things programming and coding related. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 1 year ago
MODERATORS