Posts tagged with 'Debugging'

Switch Out Your Raygun API Key Depending on Web API Cloud Configuration

Raygun is an excellent tool that lets you know about more errors in your app than you would ever dare to fear were present. Configuration is easy: install the NuGet package, add a couple of lines to your web.config and you’re ready to go. When done, your config file will include: <section name="RaygunSettings" …

Published

Use Script Blackboxing to Skip Third Party Libraries When Debugging JavaScript in Chrome

Sometimes you'll be debugging some click handler in your code, happily stepping through, only to find yourself suddenly lost in the middle of JQuery’s minified code. From there, it can be a struggle to step back out and resume debugging at the entry point to the library. Wouldn't it be great if we could just skip past…

Published