Hey I was wondering how/what is the best approach to debug steam games under wine. If I launch the actual exe file in the steam folders of the game it just just opens and runs steam then killing the process I launched then actually launching the game. The only way I've found to get any useful output is to launch steam itself from the command line with the debugging options enabled there. Is this the only way to get debugging information from steam games without cracking them? Thanks Regards Brock
On 04/18/2011 08:44 PM, Brock York wrote:
I was wondering how/what is the best approach to debug steam games under wine?
Start Steam in one terminal by itself. Then start game in another terminal with whatever debug channels you need. The only trick here - each game has it's own command line. You can see it with ps when starting game normally via steam.
Vitaliy.