Skip to content
Clément Gallet edited this page Jul 10, 2019 · 1 revision

How to debug Wine games:

  • Launch the game with libTAS
  • Open a new terminal and enter wine winedbg
  • At the prompt, enter info process
  • Locate the process number and enter attach [num]
  • It makes the process pause, so type c to resume the process
  • At any time, enter Ctrl+C to suspend the process. Useful commands include bt all
Clone this wiki locally