Page 1 of 1

How to set Thonny?

Posted: Tue Mar 23, 2021 11:22 pm
by sim222
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
>>>

Re: How to set Thonny?

Posted: Wed Mar 24, 2021 10:30 am
by aivarannamaa
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.