It comprises all the regular options required for inspecting the code either in its entirety or by pieces.Ī compiler is also included in the application, allowing the user to build the source code into an executable file.Īmong the options available for the compiler there is the possibility to run a syntax verification and compile the program with or without the debugger. Like all respectable IDE programs, PureBasic sports a debugging tool for checking the accuracy of the code. The most part of the application windows is occupied by the code editor, which includes support for tabs, making it easy for a more experienced user to access code lines from different projects at the same time.
The program is a full-blown interactive development environment that can help the user create or edit PureBasic code, debug, run it and create the executable file. PureBasic has been created as a simple programming language for beginners that stems from the old BASIC however, it can also address more experienced users that want to expand the horizon of their programming knowledge.