Share via

Debugger di Visual Studio 2022

Giovanni Gavazzi 20 Reputation points
2023-08-23T22:23:13.6533333+00:00

Prima della Versione 17.7.0, in fase di debug del codice VB da me creato, VS una volta giunto sul punto di interruzione e premuto successivamente F11 proseguiva con la riga successiva del mio codice, ora mi apre una serie di file con estensione CS dei quali non me ne faccio niente. E' possibile ritornare al comportamento precedente alla Versione 17.7.0?

Grazie

Developer technologies | Visual Studio | Debugging
0 comments No comments

Answer accepted by question author

Tianyu Sun-MSFT 34,836 Reputation points Microsoft External Staff
2023-08-24T06:53:30.6+00:00

Hello @Giovanni Gavazzi ,

Welcome to Microsoft Q&A forum.

Version 17.7.0 adds some new features, perhaps you need to disable this new feature: Tools > Options > Debugging > General > Automatically decompile to source when needed (Managed only). After unchecking this option, please clean your project(remove the hidden .vs folder in your solution folder, rebuild your project) and then debug your project again.

Also, please confirm if this option: Tools > Options > Debugging > General > Enable Just My Code was checked.

BTW, could you please edit your question into English so that we can better help you?

Sincerely,

Tianyu


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.