<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MS-DEBUG 1981 &#8211; 2009</title>
	<atom:link href="http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 01:25:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Martenzit</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-46309</link>
		<dc:creator>Martenzit</dc:creator>
		<pubDate>Sat, 20 Feb 2010 22:03:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-46309</guid>
		<description>How can you activate debug in windows 7?
I was try to write debug in cmd but there is no such a code like debug ...</description>
		<content:encoded><![CDATA[<p>How can you activate debug in windows 7?<br />
I was try to write debug in cmd but there is no such a code like debug &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: They-Call-Me-Kay</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-37598</link>
		<dc:creator>They-Call-Me-Kay</dc:creator>
		<pubDate>Thu, 10 Sep 2009 16:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-37598</guid>
		<description>Well when all I had was a dated 286 I found it was the best way for me to learn how to program using interrupts - gosh, I can&#039;t even remember how I came across debug.exe, I think it was just sheer curiosity. I never learned how to save, so I would write all of my programs on paper, and I didn&#039;t think about writing my code with dummy addresses either, so I would design my jumps on paper too ...

... and no I was not doing this in the &#039;80s, this was back in &#039;99, &quot;when all I had was a dated 286&quot;. I didn&#039;t know it was still in windows XP; now I&#039;ve found it on my work machine I&#039;m going to relive those lovely days by writing occasional programs while compiling FM - besides, I know how to load and save now. Mode 13h here I come!!!

* just reading some of these responses - I say ditto to zero_himself. I use RosAsm now, but environments like debug.exe keep your skills sharp.</description>
		<content:encoded><![CDATA[<p>Well when all I had was a dated 286 I found it was the best way for me to learn how to program using interrupts &#8211; gosh, I can&#8217;t even remember how I came across debug.exe, I think it was just sheer curiosity. I never learned how to save, so I would write all of my programs on paper, and I didn&#8217;t think about writing my code with dummy addresses either, so I would design my jumps on paper too &#8230;</p>
<p>&#8230; and no I was not doing this in the &#8217;80s, this was back in &#8216;99, &#8220;when all I had was a dated 286&#8243;. I didn&#8217;t know it was still in windows XP; now I&#8217;ve found it on my work machine I&#8217;m going to relive those lovely days by writing occasional programs while compiling FM &#8211; besides, I know how to load and save now. Mode 13h here I come!!!</p>
<p>* just reading some of these responses &#8211; I say ditto to zero_himself. I use RosAsm now, but environments like debug.exe keep your skills sharp.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ej</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-37230</link>
		<dc:creator>Ej</dc:creator>
		<pubDate>Tue, 01 Sep 2009 23:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-37230</guid>
		<description>Microsoft recommends using windebug32 for all versions of Windows in 32 bit and windebug64 for all 64 bit, the only exceptions is with the itanium processor and Microsoft has a special windebugger for that. Even though there are probably better programs out there this is one that keeps coming up with any issues you are trying to figure out with Windows 7 RC, since there isn&#039;t really any specific programs for it yet. I listed them below for those of you still interested in working with the debugger or viewing the minidumps created with Windows&#039; errors.

64-bit
http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx

32-bit
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Intel Itanium is listed under the 64-bit link above.</description>
		<content:encoded><![CDATA[<p>Microsoft recommends using windebug32 for all versions of Windows in 32 bit and windebug64 for all 64 bit, the only exceptions is with the itanium processor and Microsoft has a special windebugger for that. Even though there are probably better programs out there this is one that keeps coming up with any issues you are trying to figure out with Windows 7 RC, since there isn&#8217;t really any specific programs for it yet. I listed them below for those of you still interested in working with the debugger or viewing the minidumps created with Windows&#8217; errors.</p>
<p>64-bit<br />
<a href="http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx" rel="nofollow">http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx</a></p>
<p>32-bit<br />
<a href="http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx" rel="nofollow">http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx</a></p>
<p>Intel Itanium is listed under the 64-bit link above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James O'Neill</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31543</link>
		<dc:creator>James O'Neill</dc:creator>
		<pubDate>Mon, 11 May 2009 19:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31543</guid>
		<description>Debug is a 16 bit app, so it runs in the NTVDM (virtual DOS machine). If you have 32 bit Vista / Server 2008 (and I think Windows 7) you have Debug. If you have the 64 bit version of Vista, Win7, Server 2008 and server 2008 R2 (which is 64 bit only) there is no VDM and so no Debug.</description>
		<content:encoded><![CDATA[<p>Debug is a 16 bit app, so it runs in the NTVDM (virtual DOS machine). If you have 32 bit Vista / Server 2008 (and I think Windows 7) you have Debug. If you have the 64 bit version of Vista, Win7, Server 2008 and server 2008 R2 (which is 64 bit only) there is no VDM and so no Debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mirabilos</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31481</link>
		<dc:creator>mirabilos</dc:creator>
		<pubDate>Sun, 10 May 2009 18:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31481</guid>
		<description>Oh I will *so* really miss it.

It was such a superb tool to debug
stuff, easier to use than gdb, and
while not as fancy as Borland’s
Turbo Debugger 1.0, one could write
AND SAVE modifications or entire
programmes in it.

And I used it excessively in debugging
the MirBSD MBR, PBR (bootxx), boot-
loader (boot / ldbsd.com) early sy-
stem startup.</description>
		<content:encoded><![CDATA[<p>Oh I will *so* really miss it.</p>
<p>It was such a superb tool to debug<br />
stuff, easier to use than gdb, and<br />
while not as fancy as Borland’s<br />
Turbo Debugger 1.0, one could write<br />
AND SAVE modifications or entire<br />
programmes in it.</p>
<p>And I used it excessively in debugging<br />
the MirBSD MBR, PBR (bootxx), boot-<br />
loader (boot / ldbsd.com) early sy-<br />
stem startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bovine</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31446</link>
		<dc:creator>bovine</dc:creator>
		<pubDate>Sun, 10 May 2009 07:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31446</guid>
		<description>The NTSD/CDB/WinDBG debuggers are the replacement for Win32/Win64 debugging needs.  Windows 2000 (and maybe XP?) shipped with NTSD in the system32 directory.  More recent versions of Windows generally don&#039;t include it, because the online download gets revised frequently: http://www.microsoft.com/whdc/devtools/debugging/default.mspx</description>
		<content:encoded><![CDATA[<p>The NTSD/CDB/WinDBG debuggers are the replacement for Win32/Win64 debugging needs.  Windows 2000 (and maybe XP?) shipped with NTSD in the system32 directory.  More recent versions of Windows generally don&#8217;t include it, because the online download gets revised frequently: <a href="http://www.microsoft.com/whdc/devtools/debugging/default.mspx" rel="nofollow">http://www.microsoft.com/whdc/devtools/debugging/default.mspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jwiz</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31427</link>
		<dc:creator>jwiz</dc:creator>
		<pubDate>Sun, 10 May 2009 00:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31427</guid>
		<description>I used debug back in the good old days also, it was a useful tool.  I remember running it on computers at my high school and changing the register for the file size to ffffff and fill up the network drives with very large empty files.  This was back when then total network drive space was only a few hundred megs.  I&#039;m sure it would take forever to write a couple hundred gig file in debug nowadays though.</description>
		<content:encoded><![CDATA[<p>I used debug back in the good old days also, it was a useful tool.  I remember running it on computers at my high school and changing the register for the file size to ffffff and fill up the network drives with very large empty files.  This was back when then total network drive space was only a few hundred megs.  I&#8217;m sure it would take forever to write a couple hundred gig file in debug nowadays though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grzegorz</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31423</link>
		<dc:creator>Grzegorz</dc:creator>
		<pubDate>Sat, 09 May 2009 22:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31423</guid>
		<description>I have debug on my Polish Windows 7 RC:
Microsoft Windows [Wersja 6.1.7100]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Users\Grzegorz&gt;debug
-d C000:0010
C000:0010  00 00 00 00 00 00 00 00-98 01 00 00 00 00 49 42   ..............IB
C000:0020  4D 0A 00 00 00 00 00 00-00 00 00 00 00 00 00 00   M...............
C000:0030  20 37 36 31 32 39 35 35-32 30 00 00 00 00 00 00    761295520......
C000:0040  3F 3F 00 00 00 00 00 00-22 01 00 00 00 00 00 00   ??......&quot;.......
C000:0050  32 30 30 36 2F 30 33 2F-31 35 20 31 38 3A 32 39   2006/03/15 18:29
C000:0060  00 00 00 00 E9 90 11 00-E9 4C 1D 00 00 00 00 00   .........L......
C000:0070  00 00 08 40 00 00 02 10-55 59 00 00 00 00 00 00   ...@....UY......
C000:0080  0D 0A 52 53 34 38 30 4D-28 48 50 2D 43 42 44 29   ..RS480M(HP-CBD)
-d
C000:0090  2D 20 54 45 53 54 20 42-49 4F 53 20 33 30 30 2F   - TEST BIOS 300/
C000:00A0  31 34 20 42 52 23 31 39-32 32 34 0D 0A 00 28 43   14 BR#19224...(C
C000:00B0  29 20 31 39 38 38 2D 32-30 30 33 2C 20 41 54 49   ) 1988-2003, ATI
C000:00C0  20 54 65 63 68 6E 6F 6C-6F 67 69 65 73 20 49 6E    Technologies In
C000:00D0  63 2E 20 42 4B 2D 41 54-49 20 56 45 52 30 30 38   c. BK-ATI VER008
C000:00E0  2E 30 34 37 49 2E 30 30-31 2E 30 30 31 00 20 79   .047I.001.001. y
C000:00F0  75 63 61 79 65 6E 2E 68-70 20 76 36 31 31 20 00   ucayen.hp v611 .
C000:0100  4D 53 34 38 50 43 49 45-44 47 4E 31 55 4E 00 00   MS48PCIEDGN1UN..
-</description>
		<content:encoded><![CDATA[<p>I have debug on my Polish Windows 7 RC:<br />
Microsoft Windows [Wersja 6.1.7100]<br />
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.</p>
<p>C:\Users\Grzegorz&gt;debug<br />
-d C000:0010<br />
C000:0010  00 00 00 00 00 00 00 00-98 01 00 00 00 00 49 42   &#8230;&#8230;&#8230;&#8230;..IB<br />
C000:0020  4D 0A 00 00 00 00 00 00-00 00 00 00 00 00 00 00   M&#8230;&#8230;&#8230;&#8230;&#8230;<br />
C000:0030  20 37 36 31 32 39 35 35-32 30 00 00 00 00 00 00    761295520&#8230;&#8230;<br />
C000:0040  3F 3F 00 00 00 00 00 00-22 01 00 00 00 00 00 00   ??&#8230;&#8230;&#8221;&#8230;&#8230;.<br />
C000:0050  32 30 30 36 2F 30 33 2F-31 35 20 31 38 3A 32 39   2006/03/15 18:29<br />
C000:0060  00 00 00 00 E9 90 11 00-E9 4C 1D 00 00 00 00 00   &#8230;&#8230;&#8230;L&#8230;&#8230;<br />
C000:0070  00 00 08 40 00 00 02 10-55 59 00 00 00 00 00 00   &#8230;@&#8230;.UY&#8230;&#8230;<br />
C000:0080  0D 0A 52 53 34 38 30 4D-28 48 50 2D 43 42 44 29   ..RS480M(HP-CBD)<br />
-d<br />
C000:0090  2D 20 54 45 53 54 20 42-49 4F 53 20 33 30 30 2F   &#8211; TEST BIOS 300/<br />
C000:00A0  31 34 20 42 52 23 31 39-32 32 34 0D 0A 00 28 43   14 BR#19224&#8230;(C<br />
C000:00B0  29 20 31 39 38 38 2D 32-30 30 33 2C 20 41 54 49   ) 1988-2003, ATI<br />
C000:00C0  20 54 65 63 68 6E 6F 6C-6F 67 69 65 73 20 49 6E    Technologies In<br />
C000:00D0  63 2E 20 42 4B 2D 41 54-49 20 56 45 52 30 30 38   c. BK-ATI VER008<br />
C000:00E0  2E 30 34 37 49 2E 30 30-31 2E 30 30 31 00 20 79   .047I.001.001. y<br />
C000:00F0  75 63 61 79 65 6E 2E 68-70 20 76 36 31 31 20 00   ucayen.hp v611 .<br />
C000:0100  4D 53 34 38 50 43 49 45-44 47 4E 31 55 4E 00 00   MS48PCIEDGN1UN..<br />
-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Safwan</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31416</link>
		<dc:creator>Safwan</dc:creator>
		<pubDate>Sat, 09 May 2009 20:12:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31416</guid>
		<description>Thanks for a nice read. I get a lot of amusement from computer hardware and software stuff, although my profession is non-computer related.</description>
		<content:encoded><![CDATA[<p>Thanks for a nice read. I get a lot of amusement from computer hardware and software stuff, although my profession is non-computer related.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: /g/eek</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31410</link>
		<dc:creator>/g/eek</dc:creator>
		<pubDate>Sat, 09 May 2009 17:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31410</guid>
		<description>Debug these days is only useful for running malware. Since debug can easily run plain binaries entered in hex form, it
s actually just as dangerous as anything else when run with admin privileges. Maybe even more so, as it belongs to Windows itself so it will never show a warning like those on downloaded executables post-xpsp2. Most virus scanners fail to catch debug or ntvdm processes going astray, there&#039;s only so much you can do as a virus scanner.</description>
		<content:encoded><![CDATA[<p>Debug these days is only useful for running malware. Since debug can easily run plain binaries entered in hex form, it<br />
s actually just as dangerous as anything else when run with admin privileges. Maybe even more so, as it belongs to Windows itself so it will never show a warning like those on downloaded executables post-xpsp2. Most virus scanners fail to catch debug or ntvdm processes going astray, there&#8217;s only so much you can do as a virus scanner.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Left Blank</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31409</link>
		<dc:creator>Left Blank</dc:creator>
		<pubDate>Sat, 09 May 2009 17:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31409</guid>
		<description>Actually, if you wanted to learn assembly today, you&#039;d grab a freeware copy of IDA Pro:  http://www.hex-rays.com/idapro/idadownfreeware.htm</description>
		<content:encoded><![CDATA[<p>Actually, if you wanted to learn assembly today, you&#8217;d grab a freeware copy of IDA Pro:  <a href="http://www.hex-rays.com/idapro/idadownfreeware.htm" rel="nofollow">http://www.hex-rays.com/idapro/idadownfreeware.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Haskovec</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31402</link>
		<dc:creator>Jeffrey Haskovec</dc:creator>
		<pubDate>Sat, 09 May 2009 14:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31402</guid>
		<description>I didn&#039;t realize this.  But it looks like they removed debug from Vista 64, but it is still in the 32 bit copy, so maybe they are just removing it for lack of 64 bit support?</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t realize this.  But it looks like they removed debug from Vista 64, but it is still in the 32 bit copy, so maybe they are just removing it for lack of 64 bit support?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: azag</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31400</link>
		<dc:creator>azag</dc:creator>
		<pubDate>Sat, 09 May 2009 14:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31400</guid>
		<description>I miss it! I learned assembly language with debug in the 90s, created many .com apps, hooking int 5, int 21, resident apps, etc 
i have created the fastest floppy formater with a .bat using debug. 
well of course later i used tasm, soft-ice, etc..but debug was always very useful.</description>
		<content:encoded><![CDATA[<p>I miss it! I learned assembly language with debug in the 90s, created many .com apps, hooking int 5, int 21, resident apps, etc<br />
i have created the fastest floppy formater with a .bat using debug.<br />
well of course later i used tasm, soft-ice, etc..but debug was always very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31396</link>
		<dc:creator>Emil</dc:creator>
		<pubDate>Sat, 09 May 2009 13:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31396</guid>
		<description>I use Vista Premium, and I have debug.</description>
		<content:encoded><![CDATA[<p>I use Vista Premium, and I have debug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zero_himself</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31388</link>
		<dc:creator>zero_himself</dc:creator>
		<pubDate>Sat, 09 May 2009 06:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31388</guid>
		<description>&gt; Did anyone ever really use this?

bad question, I LEARNED assembler when I was 15, using debug(warez and freeware were a lot harder to find back then)

I will kind of miss it(It was my first assembler after all), but I can&#039;t really say it has a lot of use anymore. To hexedit something, use winhex, or hexworkshop.(just quicker for large files) And windows programs just get too complex to use it for(who can call a function in a dll from a program written in debug...)</description>
		<content:encoded><![CDATA[<p>&gt; Did anyone ever really use this?</p>
<p>bad question, I LEARNED assembler when I was 15, using debug(warez and freeware were a lot harder to find back then)</p>
<p>I will kind of miss it(It was my first assembler after all), but I can&#8217;t really say it has a lot of use anymore. To hexedit something, use winhex, or hexworkshop.(just quicker for large files) And windows programs just get too complex to use it for(who can call a function in a dll from a program written in debug&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Vista</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31385</link>
		<dc:creator>Windows Vista</dc:creator>
		<pubDate>Sat, 09 May 2009 05:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31385</guid>
		<description>It&#039;s also available in Vista&#039;s dos box...</description>
		<content:encoded><![CDATA[<p>It&#8217;s also available in Vista&#8217;s dos box&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hwertz</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31380</link>
		<dc:creator>hwertz</dc:creator>
		<pubDate>Sat, 09 May 2009 04:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31380</guid>
		<description>Well, yeah, people &quot;did&quot; use it, in the old RLL days you&#039;d make a call (to address C800:0000 as I recall..) to low-level format the hard disk among... a few magazines would list short assembly-language apps in debug form too.  As you say though I doubt anyone used it for serious development.

     That was like 20 years ago though; I&#039;ve never heard of anyone using debug at all in at least the last 10 years.

     As for dabbling in assembly now, it&#039;s surely not ubiquitous (or that common) to do things right in assembly, but there are those who still do it, they&#039;ll typically write a non-speed-critical framework in C, and then the speed-critical portions as inline assembly.  This is most often done in gcc and gas, though.  The new direction for this now is getting stuff running directly on a video card.  Oh, but sadly, even microcontrollers are programmed less and less in assembly now.. the 8-bitters are still around, but many microcontrollers now run stuff in Java, or even boot Linux and run whatever can fit in ROM.</description>
		<content:encoded><![CDATA[<p>Well, yeah, people &#8220;did&#8221; use it, in the old RLL days you&#8217;d make a call (to address C800:0000 as I recall..) to low-level format the hard disk among&#8230; a few magazines would list short assembly-language apps in debug form too.  As you say though I doubt anyone used it for serious development.</p>
<p>     That was like 20 years ago though; I&#8217;ve never heard of anyone using debug at all in at least the last 10 years.</p>
<p>     As for dabbling in assembly now, it&#8217;s surely not ubiquitous (or that common) to do things right in assembly, but there are those who still do it, they&#8217;ll typically write a non-speed-critical framework in C, and then the speed-critical portions as inline assembly.  This is most often done in gcc and gas, though.  The new direction for this now is getting stuff running directly on a video card.  Oh, but sadly, even microcontrollers are programmed less and less in assembly now.. the 8-bitters are still around, but many microcontrollers now run stuff in Java, or even boot Linux and run whatever can fit in ROM.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31376</link>
		<dc:creator>Stu</dc:creator>
		<pubDate>Fri, 08 May 2009 23:22:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31376</guid>
		<description>Did anyone ever really use this? There were a lot of better alternatives available; and if you were geeky enough to want to play wth assembly language, then you probably knew someone who could get you a copy of something better.

It&#039;s been many years since young geeks would dabble in assembler when learning about PCs. Now there is only a tiny subset who will learn assembler by playing with microcontrollers at uni.

I don&#039;t think anyone will really miss MS-DEBUG as a learning/experimenting tool.

Cheers,
Stu.</description>
		<content:encoded><![CDATA[<p>Did anyone ever really use this? There were a lot of better alternatives available; and if you were geeky enough to want to play wth assembly language, then you probably knew someone who could get you a copy of something better.</p>
<p>It&#8217;s been many years since young geeks would dabble in assembler when learning about PCs. Now there is only a tiny subset who will learn assembler by playing with microcontrollers at uni.</p>
<p>I don&#8217;t think anyone will really miss MS-DEBUG as a learning/experimenting tool.</p>
<p>Cheers,<br />
Stu.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows Server 2008</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31375</link>
		<dc:creator>Windows Server 2008</dc:creator>
		<pubDate>Fri, 08 May 2009 22:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31375</guid>
		<description>I think it is (Server 2008)


*****
C:\&gt;debug /?
Runs Debug, a program testing and editing tool.

DEBUG [[drive:][path]filename [testfile-parameters]]

  [drive:][path]filename  Specifies the file you want to test.
  testfile-parameters     Specifies command-line information required by
                          the file you want to test.

After Debug starts, type ? to display a list of debugging commands.

C:\&gt;ver

Microsoft Windows [Version 6.0.6001]</description>
		<content:encoded><![CDATA[<p>I think it is (Server 2008)</p>
<p>*****<br />
C:\&gt;debug /?<br />
Runs Debug, a program testing and editing tool.</p>
<p>DEBUG [[drive:][path]filename [testfile-parameters]]</p>
<p>  [drive:][path]filename  Specifies the file you want to test.<br />
  testfile-parameters     Specifies command-line information required by<br />
                          the file you want to test.</p>
<p>After Debug starts, type ? to display a list of debugging commands.</p>
<p>C:\&gt;ver</p>
<p>Microsoft Windows [Version 6.0.6001]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://www.kerrywong.com/2009/05/08/ms-debug-1981-2009/comment-page-1/#comment-31373</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Fri, 08 May 2009 18:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrywong.com/?p=1047#comment-31373</guid>
		<description>Actually, debug is not in windows Vista nor Windows server 2008.</description>
		<content:encoded><![CDATA[<p>Actually, debug is not in windows Vista nor Windows server 2008.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
