Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e69be4fdf0 | |||
| fdbd58b628 | |||
| c65aba9d7a | |||
| 818b481154 | |||
| 70650e221b | |||
| 01e8870578 | |||
| 99d54899bd |
Generated
+1
-1
@@ -436,7 +436,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dosh"
|
||||
version = "1.0.0-rc29"
|
||||
version = "1.0.0-rc35"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dosh"
|
||||
version = "1.0.0-rc29"
|
||||
version = "1.0.0-rc35"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
@@ -73,12 +73,25 @@ File copy must be enabled by the server config.
|
||||
For terminal/reconnect bugs, run a client with:
|
||||
|
||||
```sh
|
||||
DOSH_TRACE=/tmp/dosh-client.log DOSH_TRACE_BYTES=1 dosh HOST
|
||||
dosh trace HOST
|
||||
```
|
||||
|
||||
Set `DOSH_TRACE=/tmp/dosh-server.log` on `dosh-server` for matching server
|
||||
events. `DOSH_TRACE_BYTES=1` records byte prefixes, so use it only for short
|
||||
reproductions.
|
||||
The client log path is printed before the session starts. To choose it:
|
||||
|
||||
```sh
|
||||
dosh trace --client-log /tmp/dosh-client.log HOST
|
||||
```
|
||||
|
||||
Summarize collected traces with:
|
||||
|
||||
```sh
|
||||
dosh trace report HOST --client-log /tmp/dosh-client.log
|
||||
```
|
||||
|
||||
When `HOST` is given, Dosh fetches `/tmp/dosh-server.log` over SSH before
|
||||
building the report. Set `DOSH_TRACE=/tmp/dosh-server.log` on `dosh-server` for
|
||||
matching server events. Trace byte prefixes are enabled for `dosh trace`, so use
|
||||
it only for short reproductions.
|
||||
|
||||
## VS Code
|
||||
|
||||
|
||||
+1194
-37
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user