Files
openswarm/debugger
Karthik 4692cbc21e [karthik] fix: resolve debugger filepath-not-found on Linux
On Linux (case-sensitive FS), Directory.py lowercased child paths
before os.path.isfile(), so mixed-case files like Apps.py were never
indexed. Debugleton.py then lowercased the lookup too, guaranteeing
no match. Fix: store real paths always; on darwin only, lowercase
both sides at compare time. Closes #58.
2026-06-02 12:53:59 -04:00
..
2026-03-13 12:09:25 -07:00
2026-03-13 12:09:25 -07:00
2026-03-13 12:09:25 -07:00
2026-03-13 12:09:25 -07:00
2026-03-13 12:09:25 -07:00

Installation

  1. Navigate to this directory:

  2. Install the package in development mode:

    pip install -e .