punchcard-cms / punchcard

The Punchcard CMS
Apache License 2.0
31 stars 19 forks source link

Add debug #584

Closed scottnath closed 8 years ago

scottnath commented 8 years ago

Need to add debug as an npm option

Feature: debug punchcard
  As a core developer
  I want a debug mode for punchcard
  So that I may develop new features without a whole bunch of console logs everywhere because no.

  Scenario: debug with node inspector
    Given that I need to debug punchcard
      And that a great tool for debugging is node-inspector
     When I want to debug what's happening with punchcard's code
     Then I should be able to run punchcard in debug mode
      And debug mode should work with node-inspector to debug in-browser.

debug