Text begins from here.
Features
Provides a code window (editor), and can not only display the source code during debugging but also immediately modify the bug detected while debugging.
IO Brain (Display of I/O register value)
Code navigation
Provides a compiler and a make tool, allowing you to execute make with one click.
Automatic compilation
Saving a source file immediately starts a background compilation and displays the result, allowing compile time to be actually zero and reducing the build time.
Compilation error display on editor
Significantly enhanced built-in make function
Converts multiple recursive make files for real-time OS to a single non-recursive one, reducing the calling times of make file to only once, which has been conventionally called several times for each execution of make.
IO Brain (Display of I/O register value)
Sub Menu begins from here.