Home All Groups Group Topic Archive Search About

Why has debug.print stopped working???

Author
9 Nov 2006 8:07 PM
Daniel Manes
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

Author
9 Nov 2006 8:33 PM
Michael D. Ober
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
>
Author
9 Nov 2006 9:05 PM
Daniel Manes
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
> >
Author
9 Nov 2006 11:50 PM
Soddy
Hello!

So, then this is in the "build Output Path"...?  If so, then just have
"bin\"...?

--
Thanks!
Soddy


Show quoteHide quote
"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
> >
>
>
>