Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Parsing Additional Files (No Project)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
kilik Posted - May 19 2008 : 2:10:03 PM
I'm debugging an application that is already built, but I do have the pdbs and the source. I just don't have a VC++ project.

I can use the VS 2K5 debugger to step through the code - now I would like to use VA to help me learn the code base. I initiate debugging by opening the .exe file and pressing F5.

Can VA be used to help me understand this code base (via goto def, etc.)?

-Thx
2   L A T E S T    R E P L I E S    (Newest First)
gmit Posted - May 20 2008 : 5:24:18 PM
That can be easily done by using File/New/Project From Existing Code.

You can specify that you use custom building system (which will do nothing) that runs your already built .exe.
feline Posted - May 20 2008 : 2:11:48 PM
Not without a solution. VA needs a solution in order to work correctly. Can you try making a "test" solution, by just adding all of the code to a new solution and then running it. If the exe and pdb files are in the correct places you should be able to just tell the IDE to run the program, without trying to compile any of the code.

Once a solution exists VA will parse the files in the solution, and should work normally.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000