FederalProgrammer
Programmer
This is a weird one:
I have a main "Toolbox" written in vb .NET; It is an mdi parent to millions of other tools that is developed by our developers. We have included these tools as .dlls (references) in this "Toolbox". We have build scrips that builds each of these tools and puts them in a "reference" folder (that includes all the references used by the "Toolbox").
When I want to debug any of the tools, I simply build the tool and put its .dll in the reference folder; Then I open the file that I want to put my break point, in "Toolbox" solution and Run Toolbox and walah...
In short:
My Question:
I am having difficulty w/ one of the files that I'm trying to debug!! When I run Toolbox and I put a break point on line X of File "blah.vb", another copy of file "Blah" is opened and my break point on line X gets translated to some other line number!!! and even though there are two copies of file "Blah.vb" is open (one of them opened by me and the other is opened on its own when I try to put a break point), the two files are not the same (it seems like the copy that I don't open is an older version of file "Blah.vb"!!)
In short:
I have made sure to build all of the files in debug mode. Also "Toolbox" is being run in debug mode!! What am I doing wrong?
Any ideas?? Anything... I know it must be something stupid that I'm overlooking... so feel free to suggest just about anything!!
cheers!
why do they call it VB.NET? it's nothing like vb; they should've called it B#!!
I have a main "Toolbox" written in vb .NET; It is an mdi parent to millions of other tools that is developed by our developers. We have included these tools as .dlls (references) in this "Toolbox". We have build scrips that builds each of these tools and puts them in a "reference" folder (that includes all the references used by the "Toolbox").
When I want to debug any of the tools, I simply build the tool and put its .dll in the reference folder; Then I open the file that I want to put my break point, in "Toolbox" solution and Run Toolbox and walah...
In short:
Code:
Toolbox: main container
Reference folder: contains all the .dlls used by toolbox
Other tools: are built and their .dlls is placed in Reference folder
Debuggin other tools: Make sure the tool is build into Reference folder; Open the file in "Toolbox"; put a break point;
My Question:
I am having difficulty w/ one of the files that I'm trying to debug!! When I run Toolbox and I put a break point on line X of File "blah.vb", another copy of file "Blah" is opened and my break point on line X gets translated to some other line number!!! and even though there are two copies of file "Blah.vb" is open (one of them opened by me and the other is opened on its own when I try to put a break point), the two files are not the same (it seems like the copy that I don't open is an older version of file "Blah.vb"!!)
In short:
Code:
I put a break point in one of the files I want to debug (file "blah.vb");
when I run toolbox, an older version of file "blah.vb" is opened!!
Even when I try to put a break point by the original "blah.vb", the older version gets the break point!!
Any ideas?? Anything... I know it must be something stupid that I'm overlooking... so feel free to suggest just about anything!!
cheers!
why do they call it VB.NET? it's nothing like vb; they should've called it B#!!