mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-22 05:36:09 +01:00
docs/DEBUGGING.md: Add a note on predictable bus names.
This commit is contained in:
parent
40efc25c8e
commit
08636f843f
1 changed files with 6 additions and 0 deletions
|
|
@ -119,3 +119,9 @@ Wine-dbg> info process
|
||||||
000000d0 3 \_ 'explorer.exe'
|
000000d0 3 \_ 'explorer.exe'
|
||||||
0000010c 3 \_ 'tabtip.exe'
|
0000010c 3 \_ 'tabtip.exe'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**NOTE:** If you need a predictable bus name instead of the unique connection
|
||||||
|
name (the `:1.307` from example above) you can use `com.steampowered.App1234567`
|
||||||
|
where 1234567 is the Steam App ID for the title you are debugging.
|
||||||
|
|
||||||
|
You can always use a tool like `qdbus` to list available bus names.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue