Something is not working on your code and you know it, but how can you localize it? You will have to disable suspisious code until you find where the issue is.
The problem is that you cannot disable. You have to delete the code! In a low scale level, you can just cut and paste. But what about large scale codes? You would need to cut and remember multiple lines of code which the software cannot do.
Solution? A toggle disable option! when you right-click, there should be a button that can toggle disable the code that has been selected. So now, when you run the script, the disabled code should not be running and if you click again on toggle disabled. It enables back!!!
TL:DR : In coding, this is known as commenting specific script. We also need it in BAS in the form of a toggle disabled option!
Please vote if you believe this should be added! Thanks!