|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Why has debug.print stopped working???Strangest thing, but, if I put debug.print statements in my code, they
simply get ignored when I run the project. Also, if I try to put a breakpoint on a line containing debug.print, it jumps down to the next available line of code when I run the project (or jumps down immediately if the project is already running). Another thing that's stopped working is the gray highlighting that shows which blocks of code were played prior to the current one. Now it's very difficult to answer questions like "who called this function in the first place?" The only thing I can think that could have caused these problems is that I've added an installer to my solution (so the solution now contains one main project and one installer project). Ideas/suggestion/help greatly appreciated. -Dan Check the compile configuration. If it is set to "Release", the debug class
doesn't get compiled. Mike Ober. Show quoteHide quote "Daniel Manes" <danth***@cox.net> wrote in message news:1163102858.762868.197360@m73g2000cwd.googlegroups.com... > Strangest thing, but, if I put debug.print statements in my code, they > simply get ignored when I run the project. Also, if I try to put a > breakpoint on a line containing debug.print, it jumps down to the next > available line of code when I run the project (or jumps down > immediately if the project is already running). > > Another thing that's stopped working is the gray highlighting that > shows which blocks of code were played prior to the current one. Now > it's very difficult to answer questions like "who called this function > in the first place?" > > The only thing I can think that could have caused these problems is > that I've added an installer to my solution (so the solution now > contains one main project and one installer project). > > Ideas/suggestion/help greatly appreciated. > > -Dan > That's it! Thank you!
-Dan Michael D. Ober wrote: Show quoteHide quote > Check the compile configuration. If it is set to "Release", the debug class > doesn't get compiled. > > Mike Ober. > > "Daniel Manes" <danth***@cox.net> wrote in message > news:1163102858.762868.197360@m73g2000cwd.googlegroups.com... > > Strangest thing, but, if I put debug.print statements in my code, they > > simply get ignored when I run the project. Also, if I try to put a > > breakpoint on a line containing debug.print, it jumps down to the next > > available line of code when I run the project (or jumps down > > immediately if the project is already running). > > > > Another thing that's stopped working is the gray highlighting that > > shows which blocks of code were played prior to the current one. Now > > it's very difficult to answer questions like "who called this function > > in the first place?" > > > > The only thing I can think that could have caused these problems is > > that I've added an installer to my solution (so the solution now > > contains one main project and one installer project). > > > > Ideas/suggestion/help greatly appreciated. > > > > -Dan > > Hello!
So, then this is in the "build Output Path"...? If so, then just have "bin\"...? -- Show quoteHide quoteThanks! Soddy "Michael D. Ober" wrote: > Check the compile configuration. If it is set to "Release", the debug class > doesn't get compiled. > > Mike Ober. > > "Daniel Manes" <danth***@cox.net> wrote in message > news:1163102858.762868.197360@m73g2000cwd.googlegroups.com... > > Strangest thing, but, if I put debug.print statements in my code, they > > simply get ignored when I run the project. Also, if I try to put a > > breakpoint on a line containing debug.print, it jumps down to the next > > available line of code when I run the project (or jumps down > > immediately if the project is already running). > > > > Another thing that's stopped working is the gray highlighting that > > shows which blocks of code were played prior to the current one. Now > > it's very difficult to answer questions like "who called this function > > in the first place?" > > > > The only thing I can think that could have caused these problems is > > that I've added an installer to my solution (so the solution now > > contains one main project and one installer project). > > > > Ideas/suggestion/help greatly appreciated. > > > > -Dan > > > > >
VB Controls In VB2005
difference between dataAdapter.InsertCommand/dataAdapter.SelectCom remove xml file root tag Get the value of a cell when row changes in DataGridView how to capture enter key without affrecting copy paste kcust keys max length for tooltip Using variable names to change labels add xml validation schema in the xml file remove xml file namespace attribute Creating a Sub/Function routine |
|||||||||||||||||||||||