January 26, 2011

Get the Line number in Visual Studio:

Most of the developer's face the trouble to reach the exact line after getting the error details with line number while debug, Here the simple tips to achieve this,

If you want the line numbers throughout the project fallow the below steps...

Just Go to

TOOLS---->Options------>Text Editor------>Select the language in which you write the code----->Display------>Select Line Number. 

If you get the line number just at the time of debug just press " CONTROL + G " where you find the textbox to enter the line number and fix the error....






No comments:

Post a Comment