Hi
I am creating a Visual Studio Plugin/addin.
What I want to do is this-
The user activates my plugin. Now he runs his program.
Once program starts running, my plugin notes the exact time at which each line of code is run. (I will have the relevant library to note this exact time in nano seconds).
What I want to know is- which API/function do I use in Visual Studio Extensibility that allows me to map a measurement I make, to a specific line of code, when a program is executed- either in Debug Mode, or in Run mode.
Yours sincerely,
Arvind.