Skip to content

Commit 2c5b701

Browse files
authored
Merge pull request #2573 from changeworld/patch-20
Delete unnecessary spaces
2 parents 51c921b + 13ad19b commit 2c5b701

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

docs/extensibility/debugger/reference/bp-location-code-context.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,43 +2,43 @@
22
title: "BP_LOCATION_CODE_CONTEXT | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
f1_keywords:
5+
f1_keywords:
66
- "BP_LOCATION_CODE_CONTEXT"
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "BP_LOCATION_CODE_CONTEXT structure"
99
ms.assetid: 37412896-021a-4f73-9bb7-4125502c2e18
1010
author: "gregvanl"
1111
ms.author: "gregvanl"
1212
manager: jillfra
13-
ms.workload:
13+
ms.workload:
1414
- "vssdk"
1515
---
1616
# 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

Comments
 (0)