🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Debugging without DevStudio Possible?

Started by
0 comments, last by SikCiv 24 years, 7 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

Advertisement
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