Break Step Watch?!

BlitzMax Forums/BlitzMax Programming/Break Step Watch?!

BLaBZ(Posted 2010) [#1]
Is it possible to Break Step and Watch?!

Is it possible with BLIDE?

Thanks


Czar Flavius(Posted 2010) [#2]
You can put DebugStop in the code, and use step then, but you can't add or remove breakpoints during debugging unfortunately. There is no watch, you just get to see all the variables.