Does Ted now have a debugger?

Monkey Forums/Monkey Beginners/Does Ted now have a debugger?

PoliteProgrammer(Posted 2014) [#1]
Hello All,
I've just downloaded the latest stable version (80c at time of writing) after some time away, and I've suddenly realized that there are now Step, Step In and Step Out options at the top of the Ted IDE. Either I have an atrocious memory, poor observation skills (both very plausible) or a debugger has been added to Ted in the time I've been away!

Can someone confirm whether this is actually correct, and, if so, explain how it works? I couldn't figure out how to insert a breakpoint, for example.

PP


dawlane(Posted 2014) [#2]
Ted has had a debugger for quite a while. You can only debug Desktop and C++Tool. To start the debugger add the function DebugStop somewhere in your code and buill/run your program in debug mode.