How to set Thonny?

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
sim222
Posts: 20
Joined: Wed Nov 27, 2019 12:04 am

How to set Thonny?

Post by sim222 » Tue Mar 23, 2021 11:22 pm

Got the menu for it.

Need to deselect heap option from view menu.
--------------------------------------------------------------

Hi guys,

Thanks for your reply as always.

I have tried to use thonny it's worked well as I thought.
However, I can't the output like REPL. Don't understand and know how to set it.

I can only see the hex code looks like addresses.

PLZ advice me how to set thonny.

>>> os.listdir()
0x20002f30
>>> os.listdir()
0x2000ee20
>>> os.listdir()
0x20012280
>>> os.listdir()
0x200156d0
>>>

User avatar
aivarannamaa
Posts: 171
Joined: Fri Sep 22, 2017 3:19 pm
Location: Estonia
Contact:

Re: How to set Thonny?

Post by aivarannamaa » Wed Mar 24, 2021 10:30 am

It looks like your Thonny is in "Heap mode", which is a mode for demonstrating references.

You can turn it off by unselecting "Heap" from the "View" menu.
Aivar Annamaa
https://thonny.org

Post Reply