Josh Posted May 27, 2021 Share Posted May 27, 2021 Just making a list of issues I encounter: When using a makefile it's easy for compiled files to get outdated without being updated when a header somewhere else is changed. Save file / debug / compile are three separate operations that aren't very well in sync. You have to manually save a file before compiling because although the compile step will save all files automatically, the save occurs after the build begins. It's easy for the terminal and debugger to get out of sync. String variables don't display their text / values while debugging. The maketools compile / debug / run controls are in a separate interface from the regular run / debug controls. Quote My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.