Thread::Location Property

 

Gets the address at which the thread was executing code when the process was stopped for debugging.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ Location {
	String^ get();
}

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.

The following example demonstrates how to use the Location property.

No code example is currently available or this language may not be supported.
Return to top
Show: