Re: New debugger coming soon!

2010-08-13 Thread Aldo Nunez
On Wed, 11 Aug 2010 02:43:15 -0700, F. Almeida francisco.m.alme...@gmail.com wrote: == Quote from Aldo Nunez (aldoskipallthisnun...@gmail.com)'s article On Tue, 10 Aug 2010 11:45:25 -0700, Sean Kelly s...@invisibleduck.org wrote: Aldo Nunez Wrote: I'll be posting the D debugger I've

Re: New debugger coming soon!

2010-08-13 Thread Aldo Nunez
On Wed, 11 Aug 2010 02:24:19 -0700, Stanislav Blinov bli...@loniir.ru wrote: 09.08.2010 21:44, Aldo Nunez wrote: Part of the reason I wanted to make this debugger is that using cv2pdb, although a great tool that helped fill a need, means: 2. Using undocumented interfaces. 3. Using

Re: New debugger coming soon!

2010-08-11 Thread Stanislav Blinov
09.08.2010 21:44, Aldo Nunez wrote: Part of the reason I wanted to make this debugger is that using cv2pdb, although a great tool that helped fill a need, means: 2. Using undocumented interfaces. 3. Using Microsoft binaries that might not be redistributable (I'm not completely sure of this).

Re: New debugger coming soon!

2010-08-10 Thread Rainer Schuetze
Aldo Nunez wrote: On Mon, 09 Aug 2010 06:33:50 -0700, awishformore awishform...@nospam.plz wrote: On 09/08/2010 06:45, Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with,

Re: New debugger coming soon!

2010-08-10 Thread Sean Kelly
Aldo Nunez Wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's available.

Re: New debugger coming soon!

2010-08-10 Thread Aldo Nunez
On Tue, 10 Aug 2010 11:45:25 -0700, Sean Kelly s...@invisibleduck.org wrote: Aldo Nunez Wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for

Re: New debugger coming soon!

2010-08-09 Thread Arth Lloyd Flores
Cool! I can't wait to see it... Is this for v2.x? On Mon, Aug 9, 2010 at 12:45 PM, Aldo Nunez aldoskipallthisnun...@gmail.com wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with,

Re: New debugger coming soon!

2010-08-09 Thread awishformore
On 09/08/2010 06:45, Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's

Re: New debugger coming soon!

2010-08-09 Thread Stephan
On 09.08.2010 15:33, awishformore wrote: On 09/08/2010 06:45, Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll

Re: New debugger coming soon!

2010-08-09 Thread Aldo Nunez
On Mon, 09 Aug 2010 06:33:50 -0700, awishformore awishform...@nospam.plz wrote: On 09/08/2010 06:45, Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a

Re: New debugger coming soon!

2010-08-09 Thread Eric Poggel
On 8/9/2010 12:45 AM, Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's

Re: New debugger coming soon!

2010-08-09 Thread Trass3r
Part of the reason I wanted to make this debugger is that using cv2pdb, although a great tool that helped fill a need, means: 1. Relying on the built-in C++ debugger, which means you get a C++ expression evaluator. That sounds really good.

Re: New debugger coming soon!

2010-08-09 Thread Andrei Alexandrescu
Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's available. If well

Re: New debugger coming soon!

2010-08-09 Thread Jason House
Which platforms are supported? Linux? OSX? FreeBSD? I hope it isn't Windows-only! Aldo Nunez Wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in

New debugger coming soon!

2010-08-08 Thread Aldo Nunez
I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's available.

Re: New debugger coming soon!

2010-08-08 Thread Walter Bright
Aldo Nunez wrote: I'll be posting the D debugger I've been working on at dsource this week. It'll be a set of debugging libraries that you can build your own debugger with, along with a Debug Engine plug-in for Visual Studio. I'll post another announcement as soon as it's available. This is