Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Debug.Print stopped displaying info in Output Window


  • Please log in to reply
2 replies to this topic

#1 carb

carb

    Advanced Member

  • Members
  • PipPipPip
  • 352 posts
  • LocationCrystal River, Florida

Posted 29 March 2012 - 02:37 AM

Everything was working fine. I went to run a server program that would show the IP address in the output window of Visual Studio (Ctrl-Alt-O). But this evening it stopped showing the IP with no changes to the code. I can still turn the onboard LED from the Internet. I changed to a program that read temperature from a TMP36 sensor and displayed the temperature with a Debug.Print("Centigrade: " & tmp.ToString("N2") & "° C. Farenheit: " & FTemp.ToString("N2") & "° F.") The Output window was showing the current temperature every 10 seconds now, nothing. Any ideas? Thanks, Chuck

Attached Files

  • Attached File  1.jpg   80.32KB   40 downloads


#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 29 March 2012 - 04:07 AM

Hi Chuck, It's possible to redirect Debug.Print statements to another window. Have you made any changes in the IDE? Have you checked your other windows? Chris

#3 carb

carb

    Advanced Member

  • Members
  • PipPipPip
  • 352 posts
  • LocationCrystal River, Florida

Posted 29 March 2012 - 10:26 PM

Chris thanks for the help, your reply put me on the right path.

The problem was somehow I got a check box checked, although I don't know how. It was located in an area that was hidden so I don't think I could of changed it.

The debugging portion was hidden from view until I checked show all settings in the bottom left hand corner, anyway all is well again.

If someone else has the problem ... here is the solution,
Under Tools | Options | Debugging | General There is an option "Redirect all Output Window text to the Immediate Window", un-checking the box sends the output to the ouput window.


Thanks,
Chuck




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.