My problem is that when I need to debug a program in C # and when I press the button that should be to debug it asks me to associate the program with something, however all I want is to debug the program

Ismael Moquete Eduardo 21 Reputation points
2021-03-15T13:45:24.73+00:00

77813-asociar.png

Developer technologies | Visual Studio | Debugging
0 comments No comments
{count} votes

Answer accepted by question author
  1. Dylan Zhu-MSFT 6,431 Reputation points
    2021-03-16T05:51:18.81+00:00

    Hi IsmaelMoqueteEduardo,

    VS debugger needs to call process to debug your code file. And from your screenshot, you can follow below steps to debug it:

    1. Create a console application(C#)
      78113-image.png
    2. Right-Click the project to build your project
      78085-image.png
    3. Press "Start" button to debug
      78086-image.png

    Best Regards, Dylan

    If the answer is helpful, please click "Accept Answer" and upvote it.
    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 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.