Debugging JavaScript can be hard. Debugging Redwood can be even harder.
A few of us have been kicking around the idea of sharing debugging setup+tips+tricks. But then we realized this might be of interest to the community. If so, we could turn it into a live stream and have several people walk through their own setup and examples (note: hacks are fully welcome and probably exactly what everyone needs to see
).
So, reply here if:
- a live stream covering āDebugging: RedwoodJS styleā would be helpful to you
- and/or if youād be interested in presenting for 5-10 minutes or so
Iāve already nominated @peterp and @olance, so weāll have at least 20 minutes of presentation plus time for Q&A!
And @rob canāt wait to figure out how to set up the first-ever RedwoodJS Live event 
Iām so excited. Anyone else?
8 Likes
If youāre interested, feel free to share your IDE/Code editor and browser of choice when developing 
Iām a big fan of the Jetbrains IDEs and usually use Chrome, so I can demo debugging a Redwood app with Webstorm (API debugging) + Chrome Developer Tools (front-end debugging)!
1 Like
I would love to see a live stream of people using Redwood!
Iām a fond user of console.log
everything so Iām probably a good target market for this event.
3 Likes
Ahah yes! When I discussed this with David I was ranting about the var_dump
/ die
ādebug patternā of PHP, which would be the equivalent of console.log
everything ^^
There are definitely ways & tools to gain more control and better understanding of how things flow in your app 
1 Like
Ah yes. I donāt remember much of my PHP days but I remember var_dump
+ die
!
2 Likes
I use VSCode and would be interested in seeing this.
1 Like
Definitely! Itās still on the radar although a few other things got in the way.
In the meantime, @Robert has shipped some amazing improvements to Jest test support. And thereās still VS Code IDE extenstion in the works 
More to come! Just not sure when.
2 Likes
Iām interested, Iām on Phpstorm + Chrome as well.
Iām definitely interested in tuning in, if the time zone allows it (GMT+2). 
Primarily using VS Code and Brave.
Very interested. VSCode, Firefox user.
Hi all! Thanks for getting the momentum going on this (again). There were a few things we were waiting on, one of which was how to host an interactive Video conf that could also be recorded. Now we have a solution weād like to test.
Two things:
- Put a placeholder on your calendar for Friday, July 17th at 10:30-11:30AM Pacific for our first attempt at a public Drop-in Virtual Meetup. The topic is the Redwood API. The format will be a loose agenda of topics with the goal of question-driven conversation. (Look for full announcements and details early next week.)
- If that first-round experiment goes GoodEnoughā¢, weāll attempt to do another one probably two weeks later. It would be great to run with this topic and have some people demo/present. TBD
3 Likes
100% attending this, good debugging is absolutely critical for a happy development path in my opinion. VS Code and Chrome user.
I am still in my PHP days (on my way out with RW hopefully!) and I have to say the Laravel error/debugger is pretty great, https://flareapp.io/ignition.
1 Like