Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What kind of debug support do I have for MMLite in general?

debug mmlite support
0
Posted

What kind of debug support do I have for MMLite in general?

0

You can debug in one of several ways: • You can run under the emulator, NTU.EXE, and debug applications through the Microsoft Developer Studio IDE (assuming you are writing code in a supported language). This is by far the easiest way to develop code on MMLite. In general, one should write and debug code on NTU, making occasional sanity tests on the hardware platform. • You can use the GNU debugger (GDB) to debug through the serial port, or over a network link. The GNU debugger has bugs, but can be used to get a stack trace and peek at variables. • You can use the ARM emulation / debug environment, ARM-Ulator. If you have a lot of money you can use the Multi-ICE. • You can put print statements in your code.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123