diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2023-01-27 15:37:24 +0100 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2023-01-27 16:30:48 +0100 |
| commit | 9995bfa17dcaa144b2dd00ce3a9aa8b541535608 (patch) | |
| tree | c701224d4e58b869d208add00164b638b721c296 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 3954218cf613eba8e0dcefa9abe337d26bc48fd0 (diff) | |
python3.pkgs.remote-pdb: init at 2.1.0
This is useful for debugging nixos tests in a different window:
```console
$ nix build ".#checks.x86_64-linux.<yourtest>.driver" -L
PYTHONBREAKPOINT=remote_pdb.set_trace REMOTE_PDB_HOST=127.0.0.1 REMOTE_PDB_PORT=4444 ./result/bin/nixos-test-driver
```
```python
{
extraPythonPackages = ps: [ ps.remote-pdb ];
testScript = ''
breakpoint()
'';
}
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
