- Clion
- Deleaker
Deleaker is a very useful tool which is a Visual C++ extension and standalone application for memory leak detection - memory, GDI, and handles so far.
Run the latest executable provided in the builds
folder or download the executable from the latest release.
At this moment in time the application only returns given input to the console. Please start the executable from your terminal to see the Input functionality.
There are two ways to build and run the project: Use a provided script file or build manually. The scripts require dependencies to be installed already and are mostly used after setting up your environment. Read the script files for any dependencies you might have to install or use the wiki.
Run run.sh
from the root of the project or follow the instructions on our wiki to build manually.
Run run.bat
from the root of the project or follow the instructions on our wiki