PTVS icon indicating copy to clipboard operation
PTVS copied to clipboard

Process to generate diagnostics file in bug template is out of date

Open debonte opened this issue 3 years ago • 1 comments

The PTVS new issue "Bug Report" template

Steps to Reproduce

  1. https://github.com/microsoft/PTVS/issues/new/choose
  2. Click "Get Started" next to "Bug Report"
  3. Read the "Diagnostics file" section of the template.
  4. Open VS
  5. Follow the template instructions to generate a diagnostics file "by going to Tools->Options->Python->Diagnostics"

Expected behavior Diagnostics should either be a subsection under Python or UI within the General section.

Additional context and screenshots Diagnostics isn't found anywhere under the Python options section.

image

Configuration information (If you are providing a diagnostics file (see below), skip this section) VS Version: 17.1.0 Preview 3.0 [32105.426.main] PTVS version: 17.0.21344.1

debonte avatar Jan 18 '22 22:01 debonte

@bschnurr @judej Do you know if this Diagnostics section was meant to be removed from the VS options page?

  • If it was, we should update the instructions in the bug template.
  • If it wasn't, we need to figure out where it went 😄

AdamYoblick avatar Jan 26 '22 22:01 AdamYoblick

The PythonToolsDiagnostics logs are now saved in the "%TEMP%" folder by default, I will update the template.

StellaHuang95 avatar May 05 '23 18:05 StellaHuang95