A computer aided programming software for Linux Subsystem on Windows 10
- Open Microsoft Store and install Ubuntu.
- Download XAMPP for Linux and install it.
- Modify the working directory in /opt/lampp/etc/httpd.conf.
DocumentRoot "/opt/lampp/htdocs"
<Directory "/opt/lampp/htdocs">
- Restart the XAMPP.
sudo /opt/lampp/xampp restart
- Download FrozenBug and put it into the working directory with sufficient privileges.
sudo chmod 777 -R THE_WORKING_DIRECTORY
- Open your browser and visit the page
http://localhost/
. - Input command and Debug! Have fun.