THONNY EXECUTE STEP BY STEP ESP32

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
ixbo
Posts: 36
Joined: Wed May 04, 2022 11:12 am
Location: France

THONNY EXECUTE STEP BY STEP ESP32

Post by ixbo » Tue May 17, 2022 10:25 am

Hello
My first step are difficult !!!!
I use the IDE THONNY , my board is "MakePython ESP32 development Kit)"

Now I can create program witch run well but i want to execute them STEP BY STEP or others commands

All these commands are gray out (not active)
Ctrl+F5
Shift6+F5
Ctrl+Shift+B
F6
F7
F8
Ctrl+F8
Ctrl+B
Ctrl+T

In tutorial it seems that theses commands are able to be actives . What can i do for activate theses commands ?
the only commands i can use are
Capture.PNG
Capture.PNG (46.3 KiB) Viewed 1458 times
( active) :

F5
Ctrl+F2
Ctrl+C
Ctrl+D

A very great thanks for all help
Best regards

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

Re: THONNY EXECUTE STEP BY STEP ESP32

Post by aivarannamaa » Tue May 17, 2022 12:31 pm

Step-by-step debugging is available only for CPython, not for MicroPython or CircuitPython.
Aivar Annamaa
https://thonny.org

ixbo
Posts: 36
Joined: Wed May 04, 2022 11:12 am
Location: France

Re: THONNY EXECUTE STEP BY STEP ESP32

Post by ixbo » Tue May 17, 2022 12:41 pm

Hello thanks for answer , unfortunately .... it's a great help

Very happy for your help !

Best regards

Post Reply