How to make the "Output" window show while running a program from

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Feng

    How to make the "Output" window show while running a program from

    I am debugging my code from VS.Net and need to watch my console.wirteli ne
    messages as I run the code. The problem is, as soon as my code starts running
    in debugging mode, the console window ("Output" window) will disappear and it
    only comes back when the program ends. How do I keep that window up so I can
    watch the message come out as the program runs?

    Thanks

    Feng
  • Robin Tucker

    #2
    Re: How to make the "Output&qu ot; window show while running a program from

    Step into the program, then go to View->Other Windows->Output.

    "Feng" <Feng@discussio ns.microsoft.co m> wrote in message
    news:C0B82F6E-4577-41A2-85CB-B0BD8902D85F@mi crosoft.com...[color=blue]
    >I am debugging my code from VS.Net and need to watch my console.wirteli ne
    > messages as I run the code. The problem is, as soon as my code starts
    > running
    > in debugging mode, the console window ("Output" window) will disappear and
    > it
    > only comes back when the program ends. How do I keep that window up so I
    > can
    > watch the message come out as the program runs?
    >
    > Thanks
    >
    > Feng[/color]


    Comment

    • Chad Z. Hower aka Kudzu

      #3
      Re: How to make the &quot;Output&qu ot; window show while running a program from

      "=?Utf-8?B?RmVuZw==?=" <Feng@discussio ns.microsoft.co m> wrote in
      news:C0B82F6E-4577-41A2-85CB-B0BD8902D85F@mi crosoft.com:[color=blue]
      > I am debugging my code from VS.Net and need to watch my
      > console.wirteli ne messages as I run the code. The problem is, as soon
      > as my code starts running in debugging mode, the console window
      > ("Output" window) will disappear and it only comes back when the
      > program ends. How do I keep that window up so I can watch the message
      > come out as the program runs?[/color]

      Switch back to VS and use the menu to bring it up. There are also freeware utilities out there to
      display and even record this output window.


      --
      Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programmin g is an art form that fights back"

      Get your ASP.NET in gear with IntraWeb!

      Comment

      • m.posseth

        #4
        Re: How to make the &quot;Output&qu ot; window show while running a program from

        hi Feng


        press Ctrl + Alt + o

        and there it is

        Michel Posseth [MCP]







        "Feng" <Feng@discussio ns.microsoft.co m> wrote in message
        news:C0B82F6E-4577-41A2-85CB-B0BD8902D85F@mi crosoft.com...[color=blue]
        >I am debugging my code from VS.Net and need to watch my console.wirteli ne
        > messages as I run the code. The problem is, as soon as my code starts
        > running
        > in debugging mode, the console window ("Output" window) will disappear and
        > it
        > only comes back when the program ends. How do I keep that window up so I
        > can
        > watch the message come out as the program runs?
        >
        > Thanks
        >
        > Feng[/color]


        Comment

        Working...