ask for tool suggestions

Y

yanwan

Can anyone suggest a tool used with visual studio, which is able to clearly
show how a program is run? For a large c++ project, it is always difficult
for me to see which process runs first, which process runs last. If it is
clear, it will be much easier to build the program. Any other similar tools
which can assist vc compiling are also appreciated.

Thank you!
yanwan
 
V

Victor Bazarov

yanwan said:
Can anyone suggest a tool used with visual studio, which is able to clearly
show how a program is run? For a large c++ project, it is always difficult
for me to see which process runs first, which process runs last. If it is
clear, it will be much easier to build the program. Any other similar tools
which can assist vc compiling are also appreciated.

I strongly recommend you to ask in a Visual Studio newsgroup or in
a newsgroup for your OS (MS Windows, undoubtedly). They know more
about available tools, especially the tools you described, which are
very platform-specific.

V
 
M

Mike Wahler

yanwan said:
Can anyone suggest a tool used with visual studio, which is able to clearly
show how a program is run? For a large c++ project, it is always difficult
for me to see which process runs first, which process runs last. If it is
clear, it will be much easier to build the program. Any other similar tools
which can assist vc compiling are also appreciated.

<OT>
The debugger that's built into Visual Studio will let
you single step through your program's source, set
breakpoints, etc. See your documentation and/or a Visual
Studio newsgroup for more details.
</OT>

-Mike
 
P

Pablo

Get familiar with your compilers debugger. The Visual Studio has an
extremely powerful debugger which will allow you to step, line by line
through code, and even watch the 'call stack', variables during runtime etc.
This question is more appropriate for a microsoft newsgroup.

Paul
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top