Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 579 Bytes

dbgmodel-object-source-information.md

File metadata and controls

19 lines (15 loc) · 579 Bytes
title description ms.date ms.topic
Debugger Data Model - Source Information Objects
Contains information about how Machine instructions are related to source code.
03/10/2023
reference

Source Information Objects

Summary

Machine instructions are related to source code via a source information object.

Object Properties

Name Description
FunctionName The name of the function being described.
FunctionAddress The base address of the function being described.
FunctionOffset The offset into the function for the location being described.