turn off debug printing when stepping thru code?

R

Rich P

I just encountered a behavior with VS 2008 where when I step through
code it is debug printing everytime I press F11 as follows:

Step into: Stepping over non-user code 'Product.Product'
Step into: Stepping over non-user code 'Product.Product'
...

Is there a way to turn this off? I only want to debug print when I
reach a Console.Writeline(...) statement that I place in the code
myself. How to turn off this other debug printing?

Thanks

Rich
 
J

JTC^..^

I just encountered a behavior with VS 2008 where when I step through
code it is debug printing everytime I press F11 as follows:

Step into: Stepping over non-user code 'Product.Product'
Step into: Stepping over non-user code 'Product.Product'
..

Is there a way to turn this off?  I only want to debug print when I
reach a Console.Writeline(...) statement that I place in the code
myself.  How to turn off this other debug printing?

Thanks

Rich

*** Sent via Developersdexhttp://www.developersdex.com***

Right-click the output window. Check/Uncheck options
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top