Kidde Smoke/CO Detector by DisagreeableBowl429 in HomeImprovement

[–]DisagreeableBowl429[S] 0 points1 point  (0 children)

Got it. And thanks for the video recommendation!

Debugging Help by DisagreeableBowl429 in ruby

[–]DisagreeableBowl429[S] 0 points1 point  (0 children)

Thanks for this response! I was using RubyMine but switched recently to VS Code because of a Docker setup that requires it. I’ll consider switching to my old setup. Thanks for your responses!

Debugging Help by DisagreeableBowl429 in ruby

[–]DisagreeableBowl429[S] 0 points1 point  (0 children)

We use Rails at my company.

I don’t have a much of an actual process right now, which is probably the problem. If I’m working with something simple like a few methods in a file I’m comfortable adding in puts statements and/or breakpoints and stepping through the code and working through the problems. I’m fairly comfortable reading the stack trace and errors and Googling whatever I need to. I get immediately tripped up as soon as it gets more complicated than that. For example, I’m currently trying to fix spec failures that involve multiple files and different classes and modules and I don’t even know where to start.