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

Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,061 questions
0 comments No comments
{count} votes

Accepted answer
  1. Tianyu Sun-MSFT 34,306 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.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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