Google Groups Home
Help | Sign in
DOS Debug
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Georg  
View profile
 More options Jul 20, 5:01 pm
Newsgroups: comp.os.msdos.programmer
From: Georg <nos...@georgpotthast.de>
Date: Sun, 20 Jul 2008 14:01:17 -0700 (PDT)
Local: Sun, Jul 20 2008 5:01 pm
Subject: DOS Debug
I am unsatisfied with the user inferface of debug. Is there a front
end or shell for debug which makes debug easier to use?

Georg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dirk Wolfgang Glomp  
View profile
 More options Jul 20, 6:06 pm
Newsgroups: comp.os.msdos.programmer
From: Dirk Wolfgang Glomp <d...@freecrac.dyndns.org>
Date: Mon, 21 Jul 2008 00:06:48 +0200
Local: Sun, Jul 20 2008 6:06 pm
Subject: Re: DOS Debug
Am Sun, 20 Jul 2008 14:01:17 -0700 (PDT) schrieb Georg:

> I am unsatisfied with the user inferface of debug. Is there a front
> end or shell for debug which makes debug easier to use?

Most commands need an input of values. In the beginning i use debug
to test the instructions and look how the cpu works. In this time i
also think i need a frontend or some hotkeys to make my work with
debug easier. But Today i use an assambler to write my code.
No i can use Remarks to discribe what the part of code will do.

So i am sorry, i donīt know if an frontend of debug exist.

Dirk


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lav...@altavista.com  
View profile
 More options Jul 20, 8:37 pm
Newsgroups: comp.os.msdos.programmer
From: lav...@altavista.com
Date: Sun, 20 Jul 2008 17:37:29 -0700 (PDT)
Local: Sun, Jul 20 2008 8:37 pm
Subject: Re: DOS Debug
On Jul 20, 4:01 pm, Georg <nos...@georgpotthast.de> wrote:

> I am unsatisfied with the user inferface of debug. Is there a front
> end or shell for debug which makes debug easier to use?

> Georg

CodeView still uses some debug commands, and also provides a full
screen user friendly interface. While not exactly a front end, you
might want to consider it as a more convenient debuging tool.

CodeView is a Microsoft product, and is more effective for debugging
programs compiled by Microsoft compilers because it interfaces with
the programmer in terms of the programming language used.

Other compiler vendors produced similar debug facilities which are
compatible with their own compilers.

Happy debugging.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg  
View profile
 More options Jul 21, 5:47 am
Newsgroups: comp.os.msdos.programmer
From: Georg <nos...@georgpotthast.de>
Date: Mon, 21 Jul 2008 02:47:49 -0700 (PDT)
Local: Mon, Jul 21 2008 5:47 am
Subject: Re: DOS Debug
Thank you for your posts. Currently I use debug to analyse disk
sectors. So I guess Codeview or some other debugger for assembler will
not help me with this.

Georg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dirk Wolfgang Glomp  
View profile
 More options Jul 21, 6:38 am
Newsgroups: comp.os.msdos.programmer
From: Dirk Wolfgang Glomp <d...@freecrac.dyndns.org>
Date: Mon, 21 Jul 2008 12:38:03 +0200
Local: Mon, Jul 21 2008 6:38 am
Subject: Re: DOS Debug
Am Mon, 21 Jul 2008 02:47:49 -0700 (PDT) schrieb Georg:

> Thank you for your posts. Currently I use debug to analyse disk
> sectors. So I guess Codeview or some other debugger for assembler will
> not help me with this.

Maybe a diskeditor can help:
http://short.stop.home.att.net/freesoft/disk1.htm#diskeditors
http://www.geocities.com/siliconValley/sector/7256/
http://www.x-ways.net/winhex/index-d.html

Dirk


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg  
View profile
 More options Jul 21, 2:14 pm
Newsgroups: comp.os.msdos.programmer
From: Georg <nos...@georgpotthast.de>
Date: Mon, 21 Jul 2008 11:14:43 -0700 (PDT)
Local: Mon, Jul 21 2008 2:14 pm
Subject: Re: DOS Debug

Dirk, you are right. I will use a disk editor instead.

I just thought since debug is supplied with DOS, someone had written a
front end for debug.

Georg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin David Lunt  
View profile
 More options Jul 21, 4:46 pm
Newsgroups: comp.os.msdos.programmer
From: "Benjamin David Lunt" <zf...@frontiernet.net>
Date: Mon, 21 Jul 2008 13:46:27 -0700
Local: Mon, Jul 21 2008 4:46 pm
Subject: Re: DOS Debug

"Georg" <nos...@georgpotthast.de> wrote in message

news:bc96a864-c262-4729-84a5-ec5e72e636b0@z72g2000hsb.googlegroups.com...

> Dirk, you are right. I will use a disk editor instead.

> I just thought since debug is supplied with DOS, someone had written a
> front end for debug.

> Georg

Just on a side note, a disk editor is just that, something that
will edit a disk.  If you are just wanting to view the contents
of the disk and analyze the data, I would suggest you make a
image of the disk and view as a file instead.  It is much safer.

I have a few tools at:
 http://www.frontiernet.net/~fys/mtools.htm
for creating images of disks along with a tool I am working on
now, DUMP, which will parse a block of data from that image,
and dump it in a human readable format rather than just hex bytes.

If this is what you are looking for I hope that it helps you
in your work.  If not, disregard this and I hope you find something
that will work for you.

Ben

P.S.  Currently, since it is under development, DUMP comes in
a Windows only executable.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Georg  
View profile
 More options Jul 21, 5:28 pm
Newsgroups: comp.os.msdos.programmer
From: Georg <nos...@georgpotthast.de>
Date: Mon, 21 Jul 2008 14:28:33 -0700 (PDT)
Local: Mon, Jul 21 2008 5:28 pm
Subject: Re: DOS Debug
Hi Ben,

I appreciate that you look for users of your DUMP utility and I really
don't want to upset you, but from Dirk's post I used HxD and WinHex.
Both offer write protection for disk drives as default and HxD can
also open the disk images I use with Bochs.

What I am also looking for is a utility to use a DOS batch file to
copy the executable I compiled outside of Bochs onto the disk image
and then test it within Bochs. As far as I understand such a copy
utility is not available yet.

Georg


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Benjamin David Lunt  
View profile
 More options Jul 21, 6:07 pm
Newsgroups: comp.os.msdos.programmer
From: "Benjamin David Lunt" <zf...@frontiernet.net>
Date: Mon, 21 Jul 2008 15:07:30 -0700
Local: Mon, Jul 21 2008 6:07 pm
Subject: Re: DOS Debug

"Georg" <nos...@georgpotthast.de> wrote in message

news:bbcff7b9-b9b5-4674-9c0f-e80d318d5ad3@8g2000hse.googlegroups.com...

> Hi Ben,

> I appreciate that you look for users of your DUMP utility and I really
> don't want to upset you, but from Dirk's post I used HxD and WinHex.
> Both offer write protection for disk drives as default and HxD can
> also open the disk images I use with Bochs.

> What I am also looking for is a utility to use a DOS batch file to
> copy the executable I compiled outside of Bochs onto the disk image
> and then test it within Bochs. As far as I understand such a copy
> utility is not available yet.

No, I'm not upset :-), I am just trying to help.  My MCOPYT utility
isn't yet complete, but if I would finish it, it would do just that.
Copy a file on the host system, to an image partition.  It has been
a little while since I have worked on it, (haven't had the need to),
but I think it only saw FAT12/16 image files.

Anyway, just was wanting to help if I could.

Ben


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google