Debugging: How to Interpret a Stacktrace Discussion
Thanks, Chris. You consistently put out amazing content that I don't see anyone else doing. I appreciate the quality of your lessons. Keep up the awesomeness!
Hello Chris, This stuff is important! Especially when your back is against the wall. You should consider doing an entire series on debugging :) Good work.
Thanks, Chris. That's a super helpful video!
One thing I noticed was that you look at the docs for Rails 5 (http://api.rubyonrails.org/... and since the stack trace is from a Rails 3 version it's better to look at the corresponding docs, i.e. http://api.rubyonrails.org/...
Often they are the same, but sometimes the differences can catch you out.
Hi,
I have a little bit different debugging question from anything I have seen addressed. I was wondering if you know of a way to determine all the places javascript methods are being called from? The project I am working on is a disorganized and large mess and determining the process flow in JavaScript has been pretty difficult.
Thanks!
This was great! Loved the step by step debugging, learned about blame in github which is super valuable. Thanks!