TTD fails to do selective recording of multiple modules
I use Time-Travel Debugging’s TTD.exe utility, and managed to limit it to record a single module using TTD.exe -module
option. Now it should be possible to run multiple -module
– both TTD.exe doc and TTD.exe
‘s command-line options say that. But when I try, it fails (see output below) – looks like the internal TTDInject.exe
doesn’t support multiple modules.
How do I use a remote Linux system to debug an application that’s running on Windows?
I’m working on contributing to Descent 3. The pull request that I’m currently working on has a Windows-only bug. I would like to use a debugger in order to help me track down the bug.