Home icon indicating copy to clipboard operation
Home copied to clipboard

Add support for VS2022 ARM Extension

Open lable opened this issue 1 year ago • 6 comments

Description

Microsoft Visual Studio Professional 2022 (ARM 64 位) - Current 版本 17.6.5

How to solve the problem

none

Describe alternatives you've considered

No response

Aditional context

No response

lable avatar Aug 14 '23 12:08 lable

Hi @lable there are few chances that you will see this extension appearing for ARM64 mainly because we have no way to test it and so far, you are the first one to request. If you want to give it a try, you can clone the repository https://github.com/nanoframework/nf-Visual-Studio-extension and check if all is working, adjust what needs to be adjusted and submit a PR! Follow the instructions on how to debug an extension, you should be able to do it as well in ARM64.

Ellerbach avatar Aug 16 '23 15:08 Ellerbach

Hi @Ellerbach PR is commit,but debuger is not work.

Xnip2023-08-19_11-09-40

lable avatar Aug 20 '23 07:08 lable

You have to clone the repository, install the Visual Studio extension tools for Visual Studio, open the solution and hit F5 to see if that's working or not.

Ellerbach avatar Aug 21 '23 07:08 Ellerbach

You have to clone the repository, install the Visual Studio extension tools for Visual Studio, open the solution and hit F5 to see if that's working or not.

Try to run it your way and still report the same error. Can I set breakpoints at that point in the code?

lable avatar Aug 21 '23 14:08 lable

Try to run it your way and still report the same error. Can I set breakpoints at that point in the code?

I guess yes. @josesimoes to confirm!

Ellerbach avatar Aug 21 '23 14:08 Ellerbach

Don't know to which breakpoints you're refering to. If that's on the extension code, then yes, you can set them wherever you want.

josesimoes avatar Aug 21 '23 16:08 josesimoes

Nothing new on this issue. As reported above, there are no plans for an ARM extension.

josesimoes avatar Jun 19 '24 16:06 josesimoes