In GNU Smalltalk 80 it is possible to write smalltalk code in your own plain text editor of personal choice.
Therefore, it is very important to debug the code.
First you save the file as txt File. Then you open the file from the programmers text editor with the "Tools". Here the tool - link C/programme/GNU/gnu smalltalk/gst.exe. The code is running. The debug option is not included. Under these circumstances programming is not possible. There must be a "debug" option to activate.
My question is: how to include that debug option? Normally the smalltalk code is debugged first.
Different smalltalks target different user groups. For learning smalltalk, GNU is a bad choice. Smalltalk is a very simple language with a very large library and a really integrated development environment. Your preference in text editor is not important for this phase (and as you might find, nor any other). You will spend much more time reading and navigating code than typing in new code or changing existing code. Squeak and Pharo are two open source implementations with decent browsers and debuggers