Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 2 of 2

Thread: debugging

  1. #1
    Stoddard is offline Master Member
    Join Date
    May 2010
    Posts
    559

    Default debugging

    Is debugging a computer something that a layperson could learn how to do, or do you need to know a lot about computer programming and languages before you can attempt to debug?

  2. #2
    suwunk is offline Super Moderator
    Join Date
    Aug 2010
    Posts
    1,096

    Default

    Do you want to debug computer hardware or application?
    If you want to Debug Computer hardware you can use A Debug Card (Price $20-$30) Then put it on your PCI slot/ISA slot, it depends on your computer models(ISA/PCI)

    For debugging an application, you can use program called 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.


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts