You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening this issue (maybe it’ll be an epic?) for us to add guides on how to debug CanJS applications. We might create one epic guide (under Guides), although I think it would make sense for each module to have its own debugging guide (similar to how can-set has this Solving Common Issues section).
The text was updated successfully, but these errors were encountered:
i use it also backend side for all projects i did forks of every can package but don't published them and can this way debug them all
a commun method that i use then is i add to the init of my app that if env DEBUG exists in the node start line then i add directly in the init the settings to the localstorage in browser
because you need to filter out very verbose things like babel :) they all are using that module and if you do something like DEBUG=* you get with steal and babel a lot of fun :)
so DEBUG=,-babe is most importent if you debug whole projects if you debug only a single component turn on debug for babel is also cool
Opening this issue (maybe it’ll be an epic?) for us to add guides on how to debug CanJS applications. We might create one epic guide (under Guides), although I think it would make sense for each module to have its own debugging guide (similar to how
can-set
has this Solving Common Issues section).The text was updated successfully, but these errors were encountered: