Thanks. This is exactly what I wanted to know. I simply created a unit test and that did it for me Regards & Thanks to all who replied
KFC197
Posts
-
Simple Visual Studio 2010 Question -
Simple Visual Studio 2010 QuestionThanks for replying. "Test" simply means that I want to call this function and debug it's guts. Please note that users in this forum are taking this function literally. It's not the attributes of the function I am interested in but the way this could be debugged in VS2010. I could have a very "Generic", (shared) extremely lengthy format or compute function that I want to debug I am still not sure on how to do this so please help Regards P.s. I really don't want to call this function while executing my complete program and calling with a button or anything similar. Simply go to a screen call the function and be able to debug it
-
Simple Visual Studio 2010 QuestionHello There, Thanks for replying. Can you please clarify or guide me as to what VSTS Project is and how exactly can I call this type of function in there Regards & Thanks
-
Simple Visual Studio 2010 QuestionThanks for replying. The objective of my question was not the function but the method on how one can do this in Visual Studio 2010. I can use the same function to do complex formatting and addition of time by converting it to text etc and then wishing to see what the result would look like is a legit question Regards
-
Simple Visual Studio 2010 QuestionHello There, I have a winform application in Visual Studio 2010 and within a class I have a shared function with the following code Public Shared Function simplestFunctionEver() as Integer Dim myInteger1 As Integer = 1, myInteger2 As Integer = 2 simplestFunctionEver = myInteger1 + myInteger2 End Function While debugging or otherwise, How can I test this function in Visual Studio 2010 Regards & Thanks in advance to users who reply Farooq