Skip to content

Commit

Permalink
Call gdb debug debug instead of gdb-fire
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 27, 2024
1 parent 846e2bb commit ce526eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce526eb

Please sign in to comment.