This website may use cookies. More info. That's Fine x
Welcome Login

Visual studio: Debugging using data tip


Visual Studio 2010

Data tip is kind of an advanced tool tip message which is used to inspect the objects or variable during the debugging of the application.

 

vs-datatip

Copy Value: to copy value ie: "SELECT COUNT(DISTINCT SHOP_NUMBER), COUNT(*)\r\n  FROM \r\n    ( SELECT DISTI...

Copy: to copy exp and value
ie: queryString = "SELECT COUNT(DISTINCT SHOP_NUMBER), COUNT(*)\r\n  FROM \r\n    ( SELECT DISTI...

Copy Expression: to copy just the exp
ie: queryString



Created on: Thursday, March 31, 2011 by Andrew Sin