Vex Coding Studio Issues

Hi guys,
I’ve learnt vex coding studio recently. In my point of view, robotc is far better than vex coding studio (I’ll call it vcs below). First, there isn’t breakpoints for me to set in vcs. As a result, debugging is harder. Second, I can’t separate my files for my development, I have to do it in a single file. When will a new version of vcs be available? And what would the new version have?

Actually, in vcs, you can have some sleep tasks and other such things. With the files, you can create new projects and use the #include “filename” command in order to link the files and use the methods in each file. What I like to do is make separate files for each section of the code (driver, auton, helpers, etc.), then on competition day I put them on one file.