.NET Debugger

Discussion in 'Code Snippets and Tutorials' started by Arash, Aug 23, 2008.

  1. Arash

    Arash Level I

    Joined:
    Aug 15, 2008
    Messages:
    90
    Likes Received:
    17
    Are there any .NET debuggers out there?

    BTW: Reflector does not debug
     
  2. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Any particular reason you want one?
     
  3. Arash

    Arash Level I

    Joined:
    Aug 15, 2008
    Messages:
    90
    Likes Received:
    17
    I need it, because Olly doesn't work for VB.net
     
  4. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Yes, but why would you need a debugger?
    The only reason I can see is to hack programs, discussion of which isn't allowed in this forum.
     
  5. Arash

    Arash Level I

    Joined:
    Aug 15, 2008
    Messages:
    90
    Likes Received:
    17
    I need the debugger to troubleshoot programs, and figure out why they give errors, because lately I've been getting a lot of those.
     
  6. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Are they your own programs? Because if so, then you can use traditional debugging methods which IMO work much better.
    If not, then its probably easier just to contact the author, since its really hard for a user to fix a logical error.
     
  7. Arash

    Arash Level I

    Joined:
    Aug 15, 2008
    Messages:
    90
    Likes Received:
    17
    Do you actually know of any .NET debuggers, or are you just looking for my motives towards acquiring one?
     
  8. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    I'm questioning your motives and trying to help. A little bit of both.
    I don't know any .NET debuggers on the top of my head, I could certainly try and look for one. But if I know what you are trying to do with it, I could perhaps find an alternative solution.