Skip to content

Commit bfd11bb

Browse files
authored
Merge branch 'master' into mikejo-157p1
2 parents 491eeb2 + e7df05f commit bfd11bb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/debugger/how-to-use-intellitrace-step-back.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ In this tutorial, you will:
7777

7878
To learn more about how to inspect variables in Visual Studio, see [Debugger feature tour](../debugger/debugger-feature-tour.md)
7979

80-
## Next Steps
81-
82-
In this tutorial, you've learned how to use IntelliTrace step-back. You may want to learn more about other IntelliTrace features.
83-
84-
> [!div class="nextstepaction"]
85-
> [IntelliTrace features](../debugger/intellitrace-features.md)
86-
8780
## Frequently Asked Questions
8881

8982
#### How is IntelliTrace step-back different from IntelliTrace events only mode?
@@ -118,3 +111,10 @@ The impact on overall stepping performance depends on your application. The over
118111
* When debugging an application whose process has a high number of unique memory regions, such as an application that loads a large number of DLLs, stepping performance with snapshots enabled may be impacted. This issue will be addressed in a future version of Windows. If you are experiencing this issue, reach out to us at [email protected].
119112

120113
* When saving a file with **Debug > IntelliTrace > Save IntelliTrace session** under events and snapshots mode, the additional data captured from snapshots is not available in the .itrace file. On breakpoint and step events, you see the same information as if you had saved the file in IntelliTrace events only mode.
114+
115+
## Next steps
116+
117+
In this tutorial, you've learned how to use IntelliTrace step-back. You may want to learn more about other IntelliTrace features.
118+
119+
> [!div class="nextstepaction"]
120+
> [IntelliTrace features](../debugger/intellitrace-features.md)

docs/ide/how-to-report-a-problem-with-visual-studio-2017.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "How to Report a Problem with Visual Studio 2017 | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "02/26/2018"
4+
ms.date: "03/11/2018"
55
ms.reviewer: ""
66
ms.suite: ""
77
ms.tgt_pltfrm: ""
@@ -64,17 +64,17 @@ Trace and heap dump files are useful in helping us diagnose problems. We appreci
6464

6565
Choose the **Submit** button to send your report, along with any images and trace or dump files. (If the **Submit** button is grayed out, make sure that you've provided a title and description for the report.)
6666

67-
## Alternate reporting <a name="alternate_reporting"></a>
67+
## Reporting alternatives <a name="alternate_reporting"></a>
6868

6969
### Report a problem by using the Visual Studio Installer
7070

7171
If you can't complete the Visual Studio installation or you can't access the feedback tool within Visual Studio, you can report a problem by using the Visual Studio Installer. To do so, choose the feedback icon in the upper-right corner of the Visual Studio Installer.
7272

7373
![You can tab to the Provide Feedback button in the Visual Studio Installer to open the feedback tool](../install/media/report-a-problem.png)
7474

75-
### Report a problem directly to the Visual Studio developer community
75+
### Search for problems and solutions by using the Visual Studio developer community
7676

77-
If you don't want to or can't use Visual Studio to report a problem, you can report a problem directly to the Visual Studio developer community instead. For more information, see the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) page.
77+
If you don't want to or can't use Visual Studio to report a problem, there's a chance that the problem has already been reported and a solution posted in the Visual Studio developer community. For more information, see the [Visual Studio Developer Community](https://developercommunity.visualstudio.com/) page.
7878

7979
#### Provide product feedback or a suggestion
8080

0 commit comments

Comments
 (0)