Advertisement

Debugging without DevStudio Possible?

Started by December 04, 1999 04:20 AM
0 comments, last by SikCiv 25 years, 2 months ago
Is there a program (3rdparty or MS) to debug a DirectX based game without using Devstudio?

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!

  Downloads:  ZeroOne Realm

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