Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for VS2022 ARM Extension #1344

Closed
lable opened this issue Aug 14, 2023 · 7 comments · May be fixed by nanoframework/nf-Visual-Studio-extension#807
Closed

Add support for VS2022 ARM Extension #1344

lable opened this issue Aug 14, 2023 · 7 comments · May be fixed by nanoframework/nf-Visual-Studio-extension#807

Comments

@lable
Copy link

lable commented Aug 14, 2023

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

@Ellerbach
Copy link
Member

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.

@lable
Copy link
Author

lable commented Aug 20, 2023

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

Xnip2023-08-19_11-09-40

@Ellerbach
Copy link
Member

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.

@lable
Copy link
Author

lable commented Aug 21, 2023

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?

@Ellerbach
Copy link
Member

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!

@josesimoes
Copy link
Member

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants