www.digitalmars.com         C & C++   DMDScript  

D - Dig-Dug Release 0.0.0.1

reply J Anderson <REMOVEanderson badmama.com.au> writes:
I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that 
me and Charles have been putting together in the past few weeks. This 
first release is very primitive, like most first releases are. We 
decided to release it because we thought that someone may find it useful.

It’s missing a lot of things, so if it doesn’t work it’s probably not 
been programmed yet.

It is conceptually broken up into a front and backend so anyone who 
wants to make a better GUI front-end, by all means. Or help us out. 
Actually we though that a debugger would be a good test/example for any 
new GUI ports to d.

Also we hope the backend may one day get into phobos (of course after 
many revisions).

Use: See the readme.txt file in samples.

Location:

http://svn.dsource.org/svn/projects/digdug/

Main file:

http://svn.dsource.org/svn/projects/digdug/setup.exe



-- 
-Anderson: http://badmama.com.au/~anderson/
Apr 15 2004
next sibling parent J Anderson <REMOVEanderson badmama.com.au> writes:
J Anderson wrote:

 me and Charles 
That should be "Charles and I" of course, doe. -- -Anderson: http://badmama.com.au/~anderson/
Apr 16 2004
prev sibling parent reply Dave Sieber <dsieber spamnot.sbcglobal.net> writes:
J Anderson <REMOVEanderson badmama.com.au> wrote:

 I’m just announcing the release of Dig-Dug 0.0.0.1 the d-debugger that 
 me and Charles have been putting together in the past few weeks. This 
 first release is very primitive, like most first releases are. We 
 decided to release it because we thought that someone may find it useful.
Hey, do you guys have, or are you planning on having, a disassembler for Dig-Dug? I'm curious if there is something publicly available... -- dave
Apr 16 2004
parent reply C <dont respond.com> writes:
 Hey, do you guys have, or are you planning on having, a disassembler f=
or
 Dig-Dug?
Yes, theres also an example in the MSDN sample Dr.Watson. I cant send i= t = to you if you can't find it. Charles On Fri, 16 Apr 2004 12:36:05 +0000 (UTC), Dave Sieber = <dsieber spamnot.sbcglobal.net> wrote:
 J Anderson <REMOVEanderson badmama.com.au> wrote:

 I=E2=80=99m just announcing the release of Dig-Dug 0.0.0.1 the d-debu=
gger that
 me and Charles have been putting together in the past few weeks. This=
 first release is very primitive, like most first releases are. We
 decided to release it because we thought that someone may find it =
 useful.
Hey, do you guys have, or are you planning on having, a disassembler f=
or
 Dig-Dug?  I'm curious if there is something publicly available...
-- = D Newsgroup.
Apr 16 2004
parent reply C <dont respond.com> writes:
 I cant send it to you if you can't find it.
I swear everypost I make a mistake. That should be "I will send to you = ...". C On Fri, 16 Apr 2004 10:46:36 -0700, C <dont respond.com> wrote:
 Hey, do you guys have, or are you planning on having, a disassembler =
for
 Dig-Dug?
Yes, theres also an example in the MSDN sample Dr.Watson. I cant send=
=
 it to you if you can't find it.

 Charles

 On Fri, 16 Apr 2004 12:36:05 +0000 (UTC), Dave Sieber =
 <dsieber spamnot.sbcglobal.net> wrote:

 J Anderson <REMOVEanderson badmama.com.au> wrote:

 I=E2=80=99m just announcing the release of Dig-Dug 0.0.0.1 the d-deb=
ugger that
 me and Charles have been putting together in the past few weeks. Thi=
s
 first release is very primitive, like most first releases are. We
 decided to release it because we thought that someone may find it =
 useful.
Hey, do you guys have, or are you planning on having, a disassembler =
for
 Dig-Dug?  I'm curious if there is something publicly available...
-- = D Newsgroup.
Apr 16 2004
parent reply Dave Sieber <dsieber spamnot.sbcglobal.net> writes:
C <dont respond.com> wrote:

 I cant send it to you if you can't find it.
I swear everypost I make a mistake. That should be "I will send to you ...".
LOL. Too much coffee? Or not enough? :-) Thanks, I'll take a look on MSDN. I'm just interested in something that can produce an asm listing of code from an executable. I could write it, but it's probably not a one afternoon thing, and some help getting started would be nice. -- dave
Apr 16 2004
parent C <dont respond.com> writes:
On Fri, 16 Apr 2004 15:56:13 +0000 (UTC), Dave Sieber =

<dsieber spamnot.sbcglobal.net> wrote:

 C <dont respond.com> wrote:

 I cant send it to you if you can't find it.
I swear everypost I make a mistake. That should be "I will send to y=
ou
 ...".
LOL. Too much coffee? Or not enough? :-) Thanks, I'll take a look on MSDN. I'm just interested in something tha=
t =
 can
 produce an asm listing of code from an executable. I could write it, b=
ut
 it's probably not a one afternoon thing, and some help getting started=
 would be nice.
 LOL.  Too much coffee? Or not enough? :-)
Not nearly enough.
 I'm just interested in something that can
 produce an asm listing of code from an executable.
There's also obj2asm that might work for you. You can almost rip the = disasm() function directly from DISASM.c in the drwatson sample, or you = can wait I think we're going to add it to digdug. Charles -- = D Newsgroup.
Apr 16 2004