Logs & Debugger
Whether you are a developer or a log-hunting user, debugging is the way to go.
Last updated
Was this helpful?
Was this helpful?
bt allinfo processWine-dbg>info process
pid threads executable (all id:s are in hex)
0000010c 2 'conhost.exe'
000000fc 1 'npp.7.9.2.Installer.exe'
00000060 3 'explorer.exe'
00000038 7 'services.exe'
000000cc 6 \_ 'rpcss.exe'
000000a4 3 \_ 'svchost.exe'
00000080 5 \_ 'winedevice.exe'
00000068 5 \_ 'plugplay.exe'
00000044 4 \_ 'winedevice.exe'Wine-dbg>attach 0x<pid> # where <pid> is the ID of our interestset $BreakOnFirstChance=0
cont