an alternative to typing executable.exe -v -d
in the terminal or script for GDX / Godot in windows.
This executable automatically searches for a program with a similar name in the same folder. To distinguish this executable from the target program, use a .
as a separator in the filename.
Example :
- yourexecutable.justToSeparate.exe
- gdx.debug.exe
windres GDXD.rc -o GDXD.o
g++ -o GDXD.exe GDXD.cpp GDXD.o -Os -s