An open API service indexing awesome lists of open source software.

https://github.com/psychedelicious/zed-rerun-session


https://github.com/psychedelicious/zed-rerun-session

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# zed-rerun-session

Steps to reproduce:

- Clone repo onto remote zed host
- Open remote folder in local zed client
- Run the `Test - Python` debug task
- Observe the "Hello, World!" output in debug terminal - it works
- Click `Rerun Session` button in debug panel toolbar
- Observe no output in debug terminal - it doesn't work
- Observe an error like this in the debug console:
```
Tried to launch debugger with: {
"request": "launch",
"cwd": "/home/bat/git/zed-rerun-session",
"program": "test.py",
"console": "integratedTerminal"
}
Session failed to restart with error: "attach" expected
```

The JavaScript debug task (`Test - JavaScript`) works fine when rerunning the session.