setfreq and debug

klotz

New Member
In the picaxe08m command-line compiler, I don't see a way to support the debug (-d) option when the program uses "setfreq 8m". In AxePad the debug window has a Clock Speed options checkbox for 4Mhz and 8Mhz.

Is there an undocumented option?

Thanks,
Leigh.
 

Technical

Technical Support
Staff member
There is no support, so simply run your debug at 4MHz e.g.

setfreq m4 'drop to 4
debug ' do the debug
setfreq m8 'back to 8
 
Top