VS Codium (& VS Code) 10016 Event when debugging class with break point in Edge

Joseph McCay 1 Reputation point
2022-07-15T21:29:38.33+00:00

OS: Window 10
VS Codium version: 1.69.1 (Same thing for VS Code)
Extensions:

  • Debugger for Microsoft Edge v1.0.16
  • Microsoft Edge Tools for VS Code v2.1.0
  • Live Server v5.7.5

I have a JavaScript class that I am trying to debug. The code runs fine if there is no break point in a class. If there is a break point in the class, then an error occurs.
221324-image.png

In the Windows System log, there is an Event 10016:

The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{2593F8B9-4EAF-457C-B68A-50F6B8EA6B54}
and APPID
{15C20B67-12E7-4BB6-92BB-7AFF07997402}
to the user Domain\user SID (SID #) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.

The user specified is in the Administrator group and should have full permissions. How can I fix this issue.

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.
967 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anna Xiu-MSFT 27,891 Reputation points Microsoft Vendor
    2022-07-18T02:37:56.657+00:00

    Hi @Joseph McCay ,

    You are using Visual Studio Code, which is different from Visual Studio. The tag “vs-debugging” is related to Visual Studio, for more questions about Visual Studio Code, we suggest you post it to the Stack Overview tagged visual-studio-code forum or GitHub repository where you would get professional support for this product.

    Thanks for your understanding.

    Sincerely,
    Anna
    *
    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