Monday, April 20, 2015

Debugger

You're probably already fairly familiar with the debugger but I wasn't aware that you could track certain variables by clicking on the "gutter" of a line which I posted a picture of below. You can also just screw around with your code like by stopping it at a certain point, inspecting your app, and resuming it. The debugger is also really useful for redesigning your app and seeing the changes immediately.

The problem is now I added that geolocation code and my app is no longer working and the debugger won't show anything and I really have no idea why.
The little blue dot is where the gutter is and you can mark certain lines of code

1 comment:

  1. Again, your blog posts should be a conversation between you and the world. You know I'll be reading them, but so will Marcia and other folks, so address your audience as if it is the world you are speaking to.

    I read about the debugger, but I couldn't figure out what the "gutter" was, so this post has been most helpful. Thanks!

    ReplyDelete