Re: Debugging in D?

2010-08-26 Thread Trass3r
I'll look it up. I'm trying ddbg, and although it is working so far, there has to be something better (At least giving it commands and breakpoints) Isn't ddbg dead? Your best shot is to debug on Windows using cv2pdb or the upcoming Mago Debugger plugin with Visual Studio.

Re: Debugging in D?

2010-08-26 Thread Era Scarecrow
== Quote from Trass3r (u...@known.com)'s article > You could try cv2pdb. I'll look it up. I'm trying ddbg, and although it is working so far, there has to be something better (At least giving it commands and breakpoints)

Re: Debugging in D?

2010-08-26 Thread Trass3r
You could try cv2pdb.

Debugging in D?

2010-08-26 Thread Era Scarecrow
I'm using dmd v2.048, WinDbg 5.1. I seem to be having trouble, perhaps i can get this cleared up. I'm trying to build a new structure type using math overloads (for testing). My asserts are failing; i need to debug them but can't. I've run 'dmd -gc mysource.d' as per the site, neither gdb