For the PureBasic Debugger in STEP MODE; the current line is too much up in window and can't be watched easely the code above. Could be this line to be just vertically in the middle of window?
-Second one:
When coding outside functions, in a large program, when for example we do p.l=5 we are reserving 4 bytes in the PC memory for that variable until program ends, even we just use that variable for a punctual calculation and never again. Should be useful (aha! and possible!) a command to liberate that mem? For example Flush p.l,f,rt$ or Free p.l,f,rt$
