Results 1 to 5 of 5

Thread: [RESOLVED] Help my debugger doesnt work correctly

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    118

    Resolved [RESOLVED] Help my debugger doesnt work correctly

    Hi,

    My debugger doesnt work correctly anymore and I want to let it work correctly cause i've done some changes in my project but when I click on debug then it just shows my old layout.

    I really need help figuring this out,
    Thanks.

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Help my debugger doesnt work correctly

    We'll need a bit more information than just that. For one thing, which version of the language? Having something like that happen was easy in 2002 or 2003, but not so easy in 2005 or 2008.

    Other than that, could you provide a better explanation of what is happening.
    My usual boring signature: Nothing

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2010
    Posts
    118

    Re: Help my debugger doesnt work correctly

    I remade my layout on another form than the startup form but still doesnt show up the same as before for me, I asked a friend to take a look at it but at his pc its just fine. And version of language, could you explain me how I can find that? That's all I can explain about it now, my friend is gonna send me the file right now and I'll edit this post of it worked or not.

    EDIT: Works fine now, thanks anyway.
    Last edited by Teunjack; Jan 21st, 2010 at 11:40 AM.

  4. #4
    Lively Member
    Join Date
    Mar 2008
    Location
    Charlotte, NC USA
    Posts
    70

    Re: Help my debugger doesnt work correctly

    one time I had weird debugger issues which I fixed by re-importing the default environment settings. if it happens again give that a shot. It will wipe out all your environment customizations (themes, toolbox custom components, etc) if you dont back them up before you do it though

  5. #5
    Addicted Member
    Join Date
    Jun 2009
    Posts
    230

    Re: Help my debugger doesnt work correctly

    From recent experience, your debugger won't always point out to you what errors are wrong with your code. It could just be that the debugger is running your last successful build because it can't compile your code as it is.

    If this IS the case, I recommend you comment out your code until the program runs OK, or at least "breaks" in order to find where the the problem code is at.

Posting Permissions

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



Click Here to Expand Forum to Full Width