|
2 | 2 | title: "BP_LOCATION_CODE_CONTEXT | Microsoft Docs"
|
3 | 3 | ms.date: "11/04/2016"
|
4 | 4 | ms.topic: "conceptual"
|
5 |
| -f1_keywords: |
| 5 | +f1_keywords: |
6 | 6 | - "BP_LOCATION_CODE_CONTEXT"
|
7 |
| -helpviewer_keywords: |
| 7 | +helpviewer_keywords: |
8 | 8 | - "BP_LOCATION_CODE_CONTEXT structure"
|
9 | 9 | ms.assetid: 37412896-021a-4f73-9bb7-4125502c2e18
|
10 | 10 | author: "gregvanl"
|
11 | 11 | ms.author: "gregvanl"
|
12 | 12 | manager: jillfra
|
13 |
| -ms.workload: |
| 13 | +ms.workload: |
14 | 14 | - "vssdk"
|
15 | 15 | ---
|
16 | 16 | # BP_LOCATION_CODE_CONTEXT
|
17 |
| -Describes the location of a breakpoint that is bound directly to an address in the program being debugged. |
18 |
| - |
19 |
| -## Syntax |
20 |
| - |
21 |
| -```cpp |
22 |
| -typedef struct _BP_LOCATION_CODE_CONTEXT { |
23 |
| - IDebugCodeContext2* pCodeContext; |
24 |
| -} BP_LOCATION_CODE_CONTEXT; |
25 |
| -``` |
26 |
| - |
27 |
| -## Members |
28 |
| - pCodeContext |
29 |
| - The [IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) object that identifies the position of the breakpoint in the code. |
30 |
| - |
31 |
| -## Remarks |
32 |
| - This structure is a member of the [BP_LOCATION](../../../extensibility/debugger/reference/bp-location.md) structure as part of a union. |
33 |
| - |
34 |
| -## Requirements |
35 |
| - Header: msdbg.h |
36 |
| - |
37 |
| - Namespace: Microsoft.VisualStudio.Debugger.Interop |
38 |
| - |
39 |
| - Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
40 |
| - |
41 |
| -## See Also |
42 |
| - [Structures and Unions](../../../extensibility/debugger/reference/structures-and-unions.md) |
43 |
| - [BP_LOCATION](../../../extensibility/debugger/reference/bp-location.md) |
44 |
| - [IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) |
| 17 | +Describes the location of a breakpoint that is bound directly to an address in the program being debugged. |
| 18 | + |
| 19 | +## Syntax |
| 20 | + |
| 21 | +```cpp |
| 22 | +typedef struct _BP_LOCATION_CODE_CONTEXT { |
| 23 | + IDebugCodeContext2* pCodeContext; |
| 24 | +} BP_LOCATION_CODE_CONTEXT; |
| 25 | +``` |
| 26 | +
|
| 27 | +## Members |
| 28 | +pCodeContext |
| 29 | +The [IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) object that identifies the position of the breakpoint in the code. |
| 30 | +
|
| 31 | +## Remarks |
| 32 | +This structure is a member of the [BP_LOCATION](../../../extensibility/debugger/reference/bp-location.md) structure as part of a union. |
| 33 | +
|
| 34 | +## Requirements |
| 35 | +Header: msdbg.h |
| 36 | +
|
| 37 | +Namespace: Microsoft.VisualStudio.Debugger.Interop |
| 38 | +
|
| 39 | +Assembly: Microsoft.VisualStudio.Debugger.Interop.dll |
| 40 | +
|
| 41 | +## See Also |
| 42 | +[Structures and Unions](../../../extensibility/debugger/reference/structures-and-unions.md) |
| 43 | +[BP_LOCATION](../../../extensibility/debugger/reference/bp-location.md) |
| 44 | +[IDebugCodeContext2](../../../extensibility/debugger/reference/idebugcodecontext2.md) |
0 commit comments