whats a debugger

Discussion in 'Windows - Software discussion' started by smickle13, Feb 23, 2006.

  1. smickle13

    smickle13 Member

    Joined:
    Jan 28, 2006
    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    16
    Im trying to use my daemon tools but it comes up with this message:

    initialzation error. this program requires at least window 2000 with SPTD 1.24 of higher. Kernel debugger must be deactivated

    what is going on - i cant even uninstall it or reinstall daemon now?

    please help :)
     
  2. Xian

    Xian Regular member

    Joined:
    Jun 27, 2003
    Messages:
    954
    Likes Received:
    0
    Trophy Points:
    26
    A debugger is a programming tool that allows you to step through your code line by line to check proper program execution.

    A couple possibilites why you get that error message:

    You have installed a debugger like Soft Ice, WinDBG, or even Visual Studio comes with one

    Your boot.ini file has the /debug switch enabled
    If that is the case see here for instructions on how to edit the boot.ini file
    http://support.microsoft.com/?kbid=289022
     
  3. smickle13

    smickle13 Member

    Joined:
    Jan 28, 2006
    Messages:
    47
    Likes Received:
    0
    Trophy Points:
    16
    i have recently installed icon packager? would that do it... dont think i should mess around with that other stuff - i'd prob wreck my pc knowing my luck will uninstall icon thing and try deamon..
     

Share This Page