switch local dev debugger to using local user/profile files, to explicitly separate from stable build

This commit is contained in:
Ryan Fleury
2024-01-24 15:26:12 -08:00
parent 55e06d0652
commit 2dbcc26cdb
+1 -1
View File
@@ -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,