P
Pieter
Hi,
How do I do this in Visual Studio .NET 2005? I want to kind of jump out of a
function, but without executing the next lien of code?
For instance: If I have a method MyTestMethod(strParam as String), which is
called over 100 times in my application from different other methods. When
an exception occurs in MyTestMethod, I would like to be able to go to the
original Method that called MyTestMethod.
How can I do this? I can see that the original functions are marked in grey
in VS.NET, but I have to brows through my code to find them :-S So there
should be an easier way? Some shortcut that brings me directly to the
calling method?
Thanks a lot in advance, any help will be really appreciated!
Pieter
How do I do this in Visual Studio .NET 2005? I want to kind of jump out of a
function, but without executing the next lien of code?
For instance: If I have a method MyTestMethod(strParam as String), which is
called over 100 times in my application from different other methods. When
an exception occurs in MyTestMethod, I would like to be able to go to the
original Method that called MyTestMethod.
How can I do this? I can see that the original functions are marked in grey
in VS.NET, but I have to brows through my code to find them :-S So there
should be an easier way? Some shortcut that brings me directly to the
calling method?
Thanks a lot in advance, any help will be really appreciated!
Pieter