Using Arculator for fault finding
Colin Ferris (399) 1813 posts |
Has anyone used Arculator for fault finding in code? |
Jon Abbott (1421) 2651 posts |
I’ve tried to use the debugger feature. It’s a really useful tool, although restricted by two omissions:
You can sort of work around the last point by turning the debugger off/on, but if you’re trying to time your break its a problem. EDIT: You also can’t tell it to skip over IRQ’s and OS code so you end up continually in either an IRQ handler or the OS. |