Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • What is the debug program? And how do i use it? Commented Aug 24, 2022 at 18:16
  • @ILOVETOMATOES69 A debugging program, file name DEBUG.COM or DEBUG.EXE, which allows you to run programs instruction-by-instruction, examine memory contents, and even create simple COM executables directly, like above. It is bundled with MS-DOS until the very last versions (including those that are part of Windows 9x). FreeDOS contains its own enhanced version which I linked above. You can just obtain a copy, place it in some accessible directory, launch it from the command line and enter commands at DEBUG’s - prompt. The q command exits DEBUG and returns you to DOS’s normal shell. Commented Aug 24, 2022 at 19:14
  • Thank you for your answer! This solved the problem and the setup passed 100%! Thank you so much for this! Sorry i was a bit late on trying to do this answer, i was lazy and i am sorry about that. But thank you so much you are the best! And so goes to everyone of you who answered this question! Commented Oct 11, 2022 at 17:52