From 2dbcc26cdbd93bf3f5b1b86e8fdfc598479c8c9e Mon Sep 17 00:00:00 2001 From: Ryan Fleury Date: Wed, 24 Jan 2024 15:26:12 -0800 Subject: [PATCH] switch local dev debugger to using local user/profile files, to explicitly separate from stable build --- project.4coder | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.4coder b/project.4coder index ed349729..c9063119 100644 --- a/project.4coder +++ b/project.4coder @@ -65,7 +65,7 @@ commands = }, .rjf_f3 = { - .win = "pushd build && raddbg.exe && popd", + .win = "pushd build && raddbg.exe --user:local_dev.raddbg_user --profile:local_dev.raddbg_profile && popd", .linux = "", .out = "*compilation*", .footer_panel = true,