Open thegecko opened 5 years ago
Perhaps a guard could be added to ignore elf loading errors so that debugging can continue albeit without the elf context?
The guard is a good idea. Of course, it should also not try to insert null intervals into the interval tree! 😅
PyOCD: 0.21.0 Mbed OS: 5.13.1 OS: MacOS 10.14.5 Compiler: GCC (works fine on AC6)
When debugging blinky, the following error occurs:
When the elf file isn't specified, debugging works fine.