Thread::Location Property
Visual Studio 2015
Gets the address at which the thread was executing code when the process was stopped for debugging.
Assembly: EnvDTE (in EnvDTE.dll)
Property Value
Type: System::String^A string value that represents the address at which the thread was executing code whenthe process was stopped for debugging.
If the code being debugged has associated symbols, Location returns a function name. If the code being debugged has no associated symbols, Location returns a numeric address.
Show: