Merge pull request 'add ipdb to python breakpoint()' (#295) from Mic92-ipdb-breakpoint into main
All checks were successful
checks / test (push) Successful in 33s
checks-impure / test (push) Successful in 6s

This commit is contained in:
clan-bot 2023-09-15 11:46:57 +00:00
commit 39271fe2dc

View File

@ -6,6 +6,7 @@ let
++ clan-cli.devDependencies
++ [
ps.pip
ps.ipdb
]
);
checkScript = writeScriptBin "check" ''
@ -23,6 +24,8 @@ mkShell {
# evaluating the flake .#
CLAN_OPTIONS_FILE = ./clan_cli/config/jsonschema/options.json;
PYTHONPATH = "${pythonWithDeps}/${pythonWithDeps.sitePackages}";
PYTHONBREAKPOINT = "ipdb.set_trace";
shellHook = ''
tmp_path=$(realpath ./.direnv)