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

Programming

13345 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
 

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

I'm starting to get into the habit of reaching for debuggers more and more as opposed to just print()ing everything and hoping for the best.

Profilers on the other hand I still have no idea how to apply (and more importantly, read the results of) properly, so that's something I'll need to learn.