freeCodeCamp / classroom

BSD 3-Clause "New" or "Revised" License
145 stars 118 forks source link

Create debugging mode for dev environment #454

Closed ngillux closed 9 months ago

ngillux commented 11 months ago

When in development mode, there should be an easy to view debugging option where relevant data can be shown to the developer.

This should only be available in development mode, and turned off while in production.

This implementation will shorten debugging time as it streamlines certain aspects of the debugging workflow such as adding console logs.

ngillux commented 11 months ago

I will be working on this.