the 12 modules of (forgebox) christmas — day 5 — whoops › blog ›...

Post on 05-Jul-2020

2 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Dec 18, 2017

The 12 Modules of (ForgeBox) Christmas — Day 5 — whoops (https://www.ortussolutions.com/blog/the-12-modules-of-forgebox-christmas-day-5-whoops)

Eric Peterson 

Today let's look at a quick, fun module today. It will make your exception experience in development just a little bit nicer. It's called [`whoops`](https://www.forgebox.io/view/whoops).

whoops (https://www.forgebox.io/view/whoops)Based off of the PHP package of the same name (https://filp.github.io

, whoops is a development exception experience. It shows /whoops/)an interactive stack trace, the code in question with the line highlighted, and some application and request information to help you track down problems in your application.

This is a module that is better told in pictures:

www.ortussolutions.com (http://www.ortussolutions.com)© Copyright Ortus Solutions, Corp.

 

Get StartedIt couldn't be easier to get started:

CommandBox> install whoops --saveDev

Happy debugging!

top related