They don't make 'em like Sublime Text anymore
dbushell.com
They don't make 'em like Sublime Text anymore
1–9 of 9 posts
Re: They don't make 'em like Sublime Text anymore
#2Re: They don't make 'em like Sublime Text anymore
#3Re: They don't make 'em like Sublime Text anymore
#4Re: They don't make 'em like Sublime Text anymore
#5So what do you use for debugging?
Re: They don't make 'em like Sublime Text anymore
#6So what do you use for debugging?
Printf works just fine in a lot of languages and domains. Not everyone likes to use a step debugger.
Re: They don't make 'em like Sublime Text anymore
#7Earlier quoted context omitted.
Printf works just fine in a lot of languages and domains. Not everyone likes to use a step debugger.
I would estimate print debugging is usually twice the work for 30% of the effectiveness of step debugging. It's the screwdriver to step debugging's drill. Fundamental and absolutely necessary sometimes but not the first tool you should be reaching for unless there's a specific reason.
Re: They don't make 'em like Sublime Text anymore
#8Not perfect but not laggy and memory hungry like a lot of editors these days.
NOTE: I am not associated with this project or its founders in anyway.
Re: They don't make 'em like Sublime Text anymore
#9Earlier quoted context omitted.
Printf works just fine in a lot of languages and domains. Not everyone likes to use a step debugger.
I would estimate print debugging is usually twice the work for 30% of the effectiveness of step debugging. It's the screwdriver to step debugging's drill. Fundamental and absolutely necessary sometimes but not the first tool you should be reaching for unless there's a specific reason.