Add tmux pane target for container commands
This commit is contained in:
@@ -460,6 +460,17 @@ Dla pobranej karty `inf bss` możesz uruchomić debugowanie w obu profilach:
|
||||
./rvctl debug host 4
|
||||
```
|
||||
|
||||
Jeżeli pracujesz już w tmuksie na hoście, możesz wysłać start kontenera do
|
||||
konkretnego panelu:
|
||||
|
||||
```bash
|
||||
./rvctl debug rv32i 4 pane 0
|
||||
./rvctl debug rv32i 4 --pane node:0
|
||||
```
|
||||
|
||||
`pane 0` oznacza panel `0` w bieżącym oknie tmuxa. `node:0` oznacza okno
|
||||
`node`, panel `0`.
|
||||
|
||||
Profil `host` ma też szybkie uruchomienie bez sesji debuggera:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user