How to get information on the output window of VS without install vs

晓明 朱 1 Reputation point
2022-11-07T07:54:25.687+00:00

I develop a program on windows server system. when i debug the program, i need to install VS (eg vs2013) on windows server system. now my program load a dll failed,as follows:
257842-vsoutputwindow.png

now i want to ask: How to get information on the output window of VS without install vs? when i get the information on the output window of VS, i can paint it on console window or output log file.

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
938 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. David Lowndes 4,711 Reputation points
    2022-11-07T09:12:57.36+00:00

    Have a look at the SysInternals DebugView program.

    0 comments No comments