


#Thonny 2.1.11 for mac code#
By clicking this, the program code halts whichever line it currently is. It allows us to go back into play mode instead of debug mode. With this button, we can exit the debugging. This arrow button (Step Out) is also used after the debug button.With this button, we take a smaller step than the previous button and work deeply. This arrow button (Step Into) is used after the debug button.With this button, we can jump from one line or one block of code to another.

This arrow button (Step Over) is used after the debug button.This helps us in detecting errors whether they are syntax or logical When we click on it the code runs and is executed. By clicking on this icon we can save our code in whatever step it is. It helps us in opening a file which was already saved in our PC. By using this button, we can create several different files and work on them at once. The first icon which shows a paper is for creating a New File.I will describe them in order of the numbers. The tools section has several different tools with different functionalities. It also displays all the errors encountered in the code as well as the state of the connection clearly. Immediate execution is achieved through this. Through this, we can give the command to the ESP board without (writing, saving, uploading) it in a separate file. The Shell section is found at the bottom. py files and can open several files at once and work on them. The Editor section is found at the top half of the screen.
