Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
when debuging, how to trace a field or use some tools? thanks
Posted

1 solution

If using Visual Studio, set a break-point in your code and use the integrated debugger. When the break-point is reached, it will take you back to the IDE window where you can step through code and inspect variables.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900