Hacker News new | ask | show | jobs
by adwf 3018 days ago
The general solution to that is to have a debug compiler setting to turn off TCO when debugging.

Of course this leads to its own problem if your now unoptimised recursive blows the stack...