Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/debugger/debug-interface-access/cv-cfl-lang.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "CV_CFL_LANG | Microsoft Docs"
description: Get information about the CV_CFL_LANG enumeration type, which specifies the code language of the application or linked module in the debug interface access SDK.
ms.date: "11/04/2016"
ms.date: "4/04/2023"
ms.topic: "reference"
dev_langs:
- "C++"
Expand Down Expand Up @@ -46,6 +46,7 @@ typedef enum CV_CFL_LANG {
CV_CFL_SWIFT = 0x13,
CV_CFL_ALIASOBJ = 0x14,
CV_CFL_RUST = 0x15,
CV_CFL_GO = 0x16,
} CV_CFL_LANG;
```

Expand Down Expand Up @@ -116,6 +117,9 @@ Application is a module generated by the aliasobj tool.
CV_CFL_RUST
Application language is Rust.

CV_CFL_GO
Application language is Go.

## Remarks
The values in this enumeration are returned by a call to the [IDiaSymbol::get_language](../../debugger/debug-interface-access/idiasymbol-get-language.md) method.

Expand Down
17 changes: 10 additions & 7 deletions docs/debugger/includes/remote-debugger-download.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Remote debugger download
title: Remote debugger download
description: Download links for the remote debugger
services: ""
author: mikejo5000
Expand All @@ -12,9 +12,9 @@

On the remote device or server that you want to debug on, rather than the Visual Studio machine, download and install the correct version of the remote tools from the links in the following table.

- Download the most recent remote tools for your version of Visual Studio. The latest remote tools version is compatible with earlier Visual Studio versions, but earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.)
- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug a 32-bit app on a remote computer running a 64-bit operating system, install the 64-bit remote tools.

- - Download the most recent remote tools for your version of Visual Studio. The latest remote tools version is compatible with earlier Visual Studio versions, but earlier remote tools versions aren't compatible with later Visual Studio versions. (For example, if you are using Visual Studio 2019, download the latest update of the remote tools for Visual Studio 2019. In this scenario, do not download the remote tools for Visual Studio 2022.)
- Download the remote tools with the same architecture as the machine you're installing them on. For example, if you want to debug x86 applications on a remote computer running an x64 operating system, install the x64 remote tools. To debug x86, ARM, or x64 applications on an ARM64 operating system, install the ARM64 remote tools.
::: moniker range=">=vs-2022"

|Version|Link|Notes|
Expand Down Expand Up @@ -42,6 +42,9 @@ On the remote device or server that you want to debug on, rather than the Visual

You can run the remote debugger by copying *msvsmon.exe* to the remote computer, rather than installing the remote tools. However, the Remote Debugger Configuration Wizard (*rdbgwiz.exe*) is available only when you install the remote tools. You may need to use the wizard for configuration if you want to run the remote debugger as a service. For more information, see [(Optional) Configure the remote debugger as a service](../../debugger/remote-debugging.md#bkmk_configureService).

>[!NOTE]
>- To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools.
>- To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download.
> [!NOTE]
> - To debug Windows 10 or later apps on ARM devices, use ARM64, which is available with the latest version of the remote tools.
> - To debug Windows 10 apps on Windows RT devices, use ARM, which is available only in the Visual Studio 2015 remote tools download.
> - To debug x64 apps on an ARM64 operating system, run the x64 msvsmon.exe that is installed with the ARM64 remote tools.


8 changes: 4 additions & 4 deletions subscriptions/contact-my-admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: evanwindom
ms.author: amast
manager: shve
ms.assetid: 64455e79-229a-42f0-9d65-c2cca8ab8513
ms.date: 07/08/2022
ms.date: 04/03/2023
ms.topic: how-to
description: Learn how to contact your subscription admin for assistance with questions or issues.
---
Expand All @@ -17,15 +17,15 @@ If your Visual Studio subscription is provided to you by your work or school, ch
+ Enabling access to software downloads
+ Other functions related to your subscription

Many organizations are large and complex, so you may not be aware of who your admin is when you need help. We provide a feature in the subscriber portal to assist you with contacting your admin(s).
Many organizations are large and complex, so you may not be aware of who your admin is. We provide a feature in the subscriber portal to assist you with contacting your admin(s).

## How to contact your admin

1. Sign in to the subscriber portal at <https://my.visualstudio.com>
2. Select the **Subscriptions** tab.
3. Select the **Contact my Admin** button at the top right.
> [!div class="mx-imgBorder"]
> ![Contact my Admin](_img/contact-my-admin/contact-my-admin-button.png "Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.")
> ![Screenshot of the subscriptions page in the subscriber portal. The Contact my admin button is highlighted.](_img/contact-my-admin/contact-my-admin-button.png "The Contact My Admin button on the subscriptions tab to contact your company's subscription admins.")
4. Enter the message for your admin.
5. If you'd like to receive a copy of the message sent to your admin, choose the **Send me a copy** checkbox.
6. Finally, select **Send**.
Expand All @@ -40,7 +40,7 @@ Many organizations are large and complex, so you may not be aware of who your ad
## See also

+ [Visual Studio documentation](/visualstudio/)
+ [Azure DevOps documentation](/azure/devops/)
+ [Azure DevOps Services documentation](/azure/devops/)
+ [Azure documentation](/azure/)
+ [Microsoft 365 documentation](/microsoft-365/)

Expand Down
14 changes: 7 additions & 7 deletions subscriptions/vs-ide-benefit.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: evanwindom
ms.author: amast
manager: shve
ms.assetid: c4b13464-76be-40f1-ad60-ed79ee264b12
ms.date: 06/14/2022
ms.date: 04/03/2023
ms.topic: how-to
description: In this article, you learn how to download and install the Visual Studio IDE that's included in your Visual Studio subscription.
---
Expand Down Expand Up @@ -45,7 +45,7 @@ Here's how to download and install the IDE for your version of Visual Studio. We

1. Select **Install**.

When the installation is complete, you have the option to modify the installation or start Visual Studio.
When the installation is complete, you can either modify the installation or start Visual Studio.

1. To start Visual Studio, select **Launch**. If multiple versions are installed, they're listed on the **Visual Studio Installer** pane.

Expand All @@ -71,12 +71,12 @@ Here's how to download and install the IDE for your version of Visual Studio. We
| Visual Studio Test Professional (Standard) | All | Not available | N/A |
| MSDN Platforms (Standard) | All | Not available | N/A |

\* Includes the following: *Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD)*. Excludes the following: *MCT Software & Services*.
\* Includes the following subscriptions: *Not for Resale (NFR), NFR Basic, Visual Studio Industry Partner (VSIP), Microsoft Partner Network (MPN), FTE, MCT Software & Services Developer, BizSpark, Imagine, Most Valuable Professional (MVP), Regional Director (RD)*. Excludes the following subscriptions: *MCT Software & Services*.

> [!NOTE]
> Microsoft no longer offers Visual Studio Professional annual subscriptions and Visual Studio Enterprise annual subscriptions in cloud subscriptions. If you're a current customer, there is no change to your ability to renew, increase, decrease, or cancel your subscription. If you're a new customer, we encourage you to go to the [Buy Visual Studio](https://visualstudio.microsoft.com/vs/pricing/) page to explore the various purchase options.

Not sure which subscription you're using? Go to the [Your Subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) page to see all the subscriptions that are assigned to your email address. If you don't see all your subscriptions, one or more might be assigned to a different email address. You'll need to sign in with that other email address to view those subscriptions.
Not sure which subscription you're using? Go to the [Your Subscriptions](https://my.visualstudio.com/subscriptions?wt.mc_id=o~msft~docs) page to see all the subscriptions that are assigned to your email address. If you don't see all your subscriptions, one or more might be assigned to a different email address. You need to sign in with that other email address to view those subscriptions.

## Support resources

Expand All @@ -96,7 +96,7 @@ For Visual Studio IDE technical issues or questions, contact [Visual Studio tech

You can search keywords, read, vote, and comment, all without logging in. If you don’t find what you need with a search, you can suggest a feature or report a problem from the navigation menu.

To submit a feature request, you’ll need to sign in to fill out and post the report. To report a problem or bug, you need to have a running instance of Visual Studio.
To submit a feature request, you need to sign in to fill out and post the report. To report a problem or bug, you need to have a running instance of Visual Studio.

+ Search the [Stack Overflow public Q&A site](https://stackoverflow.com/questions/tagged/visual-studio?tab=Newest) for answers to already-asked questions that are tagged with *\[visual-studio]*, or sign up for an account and ask a new question.

Expand All @@ -113,13 +113,13 @@ For assistance with sales, subscriptions, accounts, and billing, contact [Visual
## See also

+ [Visual Studio documentation](/visualstudio/)
+ [Azure DevOps documentation](/azure/devops/)
+ [Azure DevOps Services documentation](/azure/devops/)
+ [Azure documentation](/azure/)
+ [Microsoft 365 documentation](/microsoft-365/)

## Next steps

After you've installed Visual Studio, be sure to activate additional important benefits:
After you've installed Visual Studio, be sure to activate these important benefits:

+ [Azure DevOps](vs-azure-devops.md)
+ [Azure DevTest offer/credits](/azure/devtest/offer/)
Expand Down