Debug - Start without debugging does not show the report list when exception occurs.

Vladimir Ostapov 1 Reputation point
2021-03-26T07:46:33.77+00:00

Dear Sirs, I use VS19 and of course I use the Debug - Start without debugging option. In previous versions it did show the repot list when I run the application and some exception occurs. So I was able to get the debug information directly at this stage. I mean the exception type and the line where it did happen. But after some updates of VS19 it stops to do it and simply close the application without any information what did happen. And I need to start debug mode in order to get the information about the error. The same thing happens during the compile time. The compilation stops simply without any information. And earlier it did show the error code at least. So, the question is – which settings I need to do in order to make the debug information window appearing during the compilation time and in Start Without Debugging mode? Best regards, Vladimir

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

2 answers

Sort by: Most helpful
  1. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    2021-03-26T09:23:28.787+00:00

    Hi @Vladimir Ostapov ,

    Welcome to Microsoft Q&A forum.

    Did you mean Output Window(View > Output) didn’t report(display) some error messages(error codes)? Have you set MSBuild project build output verbosity option to Normal or Detailed (Tools > Options > Projects and Solutions > Build And Run)?

    Please try to create and test in a simple newly created project to see if this issue persists.

    BTW, VS has an feature to reset the VS settings, you can check this document: Reset Settings.

    Best Regards,
    Tianyu

    • 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.

  2. Vladimir Ostapov 1 Reputation point
    2021-03-26T12:48:54.367+00:00

    Thank you for the answer.
    Please have a look at the picture below.
    You can see the Information window when I am in debugging mode.
    And I need to have this in Start Without Debugging mode.
    It was with black background, like consoll apps look like.

    81884-pic1.png

    81878-pic1.png


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.