From ce526eba592c58a67db603e195db1e268bd59526 Mon Sep 17 00:00:00 2001 From: Tamas Vami Date: Thu, 26 Sep 2024 17:01:58 -0700 Subject: [PATCH] Call gdb debug debug instead of gdb-fire --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index a9dbc9251..305d4b760 100644 --- a/justfile +++ b/justfile @@ -96,7 +96,7 @@ fire config_py *ARGS: # run gdb on a config file [no-cd] -gdb-fire config_py *ARGS: +debug config_py *ARGS: denv gdb fire {{ config_py }} {{ ARGS }} # initialize a containerized development environment