Dao Studio is an integrated developing environment for the Dao programming language. It includes a source code editor and command line console with syntax highlighting, and supports interactive debugging mode.
This release mainly added supports for debugging, to allow setting debug breaking points from the source code editor, and more importantly to allow debugging or development by Edit and Continue , which allows users to modify source codes during debugging, and recompile the program and continue the execution without restarting from the beginning.... read more
Dao Studio is an integrated developing environment for the Dao programming language. It includes a source code editor and command line console with syntax highlighting, and supports interactive debugging mode.
This is the first release, and has included most of the key components that an ide should have. It provides a convenient environment for learning and using the Dao programming language.