Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e69be4fdf0 | ||
|
|
fdbd58b628 | ||
|
|
c65aba9d7a | ||
|
|
818b481154 | ||
|
|
70650e221b | ||
|
|
01e8870578 | ||
|
|
99d54899bd |
Generated
+1
-1
@@ -436,7 +436,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dosh"
|
name = "dosh"
|
||||||
version = "1.0.0-rc29"
|
version = "1.0.0-rc35"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dosh"
|
name = "dosh"
|
||||||
version = "1.0.0-rc29"
|
version = "1.0.0-rc35"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|||||||
@@ -73,12 +73,25 @@ File copy must be enabled by the server config.
|
|||||||
For terminal/reconnect bugs, run a client with:
|
For terminal/reconnect bugs, run a client with:
|
||||||
|
|
||||||
```sh
|
```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
|
The client log path is printed before the session starts. To choose it:
|
||||||
events. `DOSH_TRACE_BYTES=1` records byte prefixes, so use it only for short
|
|
||||||
reproductions.
|
```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
|
## VS Code
|
||||||
|
|
||||||
|
|||||||
+1202
-45
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user