Peter Hoddie
Peter Hoddie
Great to see the pieces working together. I'll look into the crash. In my test, I never stop long at a breakpoint. It may just be the watchdog timer.
I can't seem to get a crash when stopped at a breakpoint. I modified xsbug.js to wait two minutes at a break and continue. That works: `````` xsb.onBreak = function(msg)...
Thanks. Indeed, closing the browser while at a break caused problems. Fixes forthcoming - will let you know when everything is in place to try.
The upload works. While it seems to build the uploaded file, I couldn't seem to get it to execute -- the changes I made to mod.js to invoke it didn't...
There are some changes to help with the debugging connection reliability you reported. You'll need to update the Moddable SDK and then apply the latest xsPlatform.c/h patches from the `runmod`...
Very happy to hear the debugger connection behavior is trending in the right direction. I committed a small change to the `xsPlatform.c` patch to fix a memory leak when the...
> The latest changes to xsPlatform.c are very unstable for me That's troubling. I assume you are referring to the changes of [April 10](https://github.com/phoddie/runmod/commit/dac8cda005b99a1431287203e20a8c32f3881afb). Those are relatively monitor. I recall...
`runmod` does support paths such as `src/ping`. The build needs to be modified to put the correct path in the binary. I've updated the `ping` example and build instructions in...
Regarding instabilities, I don't see any crashes. I do see the WebIDE waiting. I was able to resolve that by being less aggressive about restarting the microcontroller to allow the...
Thanks for giving it a try. Sorry about the typo. I'll fix that. It must have crept in when merging. The driver isn't unloaded if there are still instances reported...