August 24, 2010 Re: Mago Debugger | ||||
---|---|---|---|---|
| ||||
Posted in reply to Aldo Nunez | On Tue, 24 Aug 2010 16:59:40 -0400, Aldo Nunez <aldoSkipallthisnunez1@gmail.com> wrote: >> You could also use http://www.virtualbox.org/ >> Nice, slim, heavily under development :) > > Thanks for the link. But the problem is that I don't have a Win XP > installation disc to begin with. With 7 you can get an XP image. If you have win xp pro install disc (it has to be pro), you can set up xp mode with start-menu integration, even without win 7 pro for free (I did it on my win 7 home PC). MS doesn't make it easy though, and you likely have to install all the updates to XP once you create your VM. Avoiding that part alone is probably worth the upgrade price for win 7 pro and the pre-configured image. -Steve |
August 31, 2010 Re: Mago Debugger | ||||
---|---|---|---|---|
| ||||
Posted in reply to Aldo Nunez | Hi
Do you plan to support D1 or is this for D2 only ?
cheers
Nick B.
On 23/08/2010 7:16 a.m., Aldo Nunez wrote:
> I've checked in Mago Debugger -- a set of libraries and a Visual Studio
> plug-in for debugging D 2 programs on Windows.
>
> You can find it at:
> http://dsource.org/projects/mago_debugger
>
> Here's a quick set of features:
>
> * Starting and stopping a debug session
> * Source level step-in, step-over, and step-out
> * Breakpoints by source line
> * Module and thread views
> * Callstack
> * Memory and Register views
> * Locals view
> * Watch views
> * Disassembly
>
> It uses the CodeView debug info that DMD puts in exes, not the PDB
> format. But, I do want to support PDB format so that you can step into
> Microsoft C and C++ code from your D code.
>
> It doesn't have a command line interface, but I encourage you to make
> one that can be included with this project.
>
> Try it out and take a look at the source code. I'd like to hear your
> feedback and see your bug reports.
>
|
September 02, 2010 Re: Mago Debugger | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick B | It's geared to D 2. To target D 1, you would need to make a few changes to the expression evaluator. Aldo On Tue, 31 Aug 2010 00:50:28 -0700, Nick B <nick_NOSPAM_.barbalich@gmail.com> wrote: > Hi > > Do you plan to support D1 or is this for D2 only ? > > cheers > Nick B. > > On 23/08/2010 7:16 a.m., Aldo Nunez wrote: >> I've checked in Mago Debugger -- a set of libraries and a Visual Studio >> plug-in for debugging D 2 programs on Windows. >> >> You can find it at: >> http://dsource.org/projects/mago_debugger >> >> Here's a quick set of features: >> >> * Starting and stopping a debug session >> * Source level step-in, step-over, and step-out >> * Breakpoints by source line >> * Module and thread views >> * Callstack >> * Memory and Register views >> * Locals view >> * Watch views >> * Disassembly >> >> It uses the CodeView debug info that DMD puts in exes, not the PDB >> format. But, I do want to support PDB format so that you can step into >> Microsoft C and C++ code from your D code. >> >> It doesn't have a command line interface, but I encourage you to make >> one that can be included with this project. >> >> Try it out and take a look at the source code. I'd like to hear your >> feedback and see your bug reports. >> > -- Using Opera's revolutionary email client: http://www.opera.com/mail/ |
Copyright © 1999-2021 by the D Language Foundation