|
-
Jan 21st, 2010, 09:27 AM
#1
Thread Starter
Lively Member
[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.
-
Jan 21st, 2010, 11:02 AM
#2
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
 
-
Jan 21st, 2010, 11:35 AM
#3
Thread Starter
Lively Member
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.
-
Jan 21st, 2010, 03:22 PM
#4
Lively Member
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
-
Jan 21st, 2010, 04:47 PM
#5
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|