Merge pull request 'drop references to debug.py' (#681) from Mic92-wayland-update into main

This commit is contained in:
clan-bot
2024-01-02 14:26:02 +00:00

View File

@@ -45,9 +45,3 @@ Run all checks
```console
nix flake check
```
## Debugging functions
Debugging functions can be found under `src/debug.py`
quite interesting is the function breakpoint_shell() which drops you into a shell
with the test environment loaded.