mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
switch local dev debugger to using local user/profile files, to explicitly separate from stable build
This commit is contained in:
+1
-1
@@ -65,7 +65,7 @@ commands =
|
|||||||
},
|
},
|
||||||
.rjf_f3 =
|
.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 = "",
|
.linux = "",
|
||||||
.out = "*compilation*",
|
.out = "*compilation*",
|
||||||
.footer_panel = true,
|
.footer_panel = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user