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.
Printable View
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.
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.
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.
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
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.