Compile with debug info. Start debugging

This commit is contained in:
2025-09-07 17:08:31 -05:00
parent bed933055e
commit bfde57caac
2 changed files with 12 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
(
cd bin
srcs=../src/*
cl $srcs -I ../inc/ -Od -std:c++20 -Fe
cl $srcs -I ../inc/ -Od -std:c++20 -Fe -ZI
)

11
debug.rad Normal file
View File

@@ -0,0 +1,11 @@
// raddbg 0.9.21 project file
recent_file: path: "src/main.cpp"
recent_file: path: "inc/genetic.h"
target:
{
executable: "bin/main.exe"
working_directory: "bin/"
label: main
enabled: 1
}