I am using nmake with a makefile to compile my game, but if something goes wrong, I have no idea what caused it because the game just disappears!
Debugging without DevStudio Possible?
Is there a program (3rdparty or MS) to debug a DirectX based game without using Devstudio?
Downloads: ZeroOne Realm
December 04, 1999 04:20 AM
microsoft makes a debugger (free) called windbg, it's mostly used for kernel/device driver debugging, but it's pretty powerful. a lot smaller footprint than devstudio too. search for it on microsoft's site.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement