Search found 2 matches

by reanimator
Sun Sep 19, 2021 10:52 am
Forum: Development of MicroPython
Topic: Debuging the micropython core
Replies: 7
Views: 6237

Debuging the micropython core

I think that's an oversight, instead of mp_obj_print that should be mp_obj_print_helper(MICROPY_DEBUG_PRINTER or similar If you'd change the code anyway you could create a pull request for it? Thanks for you reply! Sounds reasonable, but I am not completely sure how to proceed. The new printer MICR...
by reanimator
Fri Sep 10, 2021 6:54 pm
Forum: Development of MicroPython
Topic: Debuging the micropython core
Replies: 7
Views: 6237

Debuging the micropython core / ITM trace

Hi there, I would like to ask a question relevant to mp-core debugging topic too. I ask the question here since exactly the thread has been already created now. Currently I am working on porting the circuitpython on NXP LPC series MCUs. In order to debug memory allocation issues (it turned to be my ...