It takes so long to get feedback from conventional tools that you resort to mentally debugging your code. Unfortunately humans are bad at simulating code in their head so even experienced programmers frequently make errors.
Fixing these is, at best, a distraction from the main design task at hand but is often time-consuming and costly.
Even worse, they may get shipped to the end user.
Instant feedback enables you to quickly test design hypotheses and adjust as needed.
Immediately seeing the internal workings of a function gives you more opportunity to catch bugs as they arise
Visualizing abstract concepts helps you build an accurate mental model of how your code works
You can get access to the beta for WhiteBox now via itch.io
WhiteBox currently supports C and C-style C++ on Windows & Linux.
See how WhiteBox looks in-use in these demo given to the Handmade Seattle conference.
https://media.handmade-seattle.com/whitebox-systems/
https://media.handmade-seattle.com/whitebox-systems-2021/
WhiteBox’s developer, Andrew Reece, was on the Handmade Network Podcast with Ryan Fleury to discuss:
“WhiteBox delivers hope for a future where better software is written, and coding isn’t such a mess. Where it’s more enjoyable because you have a better understanding of the code you’re working with and don’t have to spend as much time debugging.”
“Using WhiteBox is like having a conversation with the computer.”
“With WhiteBox, you can literally just put your cursor where you want to inspect, and instantly see the state of any data that is there at that point in time.”
“WhiteBox makes it quickly apparent when the user/developer’s simplified mental model doesn’t match what the instructions are doing.”
Expanded support is planned for each.