Valhalla Legends Archive

Programming => General Programming => Assembly Language (any cpu) => Topic started by: Noodlez on February 19, 2003, 10:28 PM

Title: debugger
Post by: Noodlez on February 19, 2003, 10:28 PM
i need a good debugger that i can bpx api calls with... softice and my computer just don't get along. anyone have suggestions/links?

i tried using w32dasm as a debugger, but i want to be able to break on a specific api call, not every one.
Title: Re: debugger
Post by: Skywing on February 20, 2003, 08:06 AM
This isn't really related to assembly...
Anyways, WinDbg works great - grab it at Microsoft's website (search for "Debugging tools for Windows").