The My Dll COM object (written in C #) is loaded by a third-party process (as a plugin). Are there any reasons for debugging it besides what is being logged?
UPDATE:
Just found this question , which is the exact scenario I was looking for.
Attach the Visual Studio debugger to another process when it is running. You may need to run Visual Studio as an administrator (elevated permissions) to succeed.
If you have the source code, you can attach a debugger to the process that downloads the code, and you can go through this.
If you have the source code, you can connect to the process using VS: Tools-> Bind to process then the form opens:
there you choose your third-party application and your business!
Source: https://habr.com/ru/post/1494213/More articles:-std default value for GCC4.8.1 - c ++Brightness control does not affect the device - androidEmber JS: Templates, Views, and Components - ember.jsHow to pin two lines? - pythonuncaughtException in Express and Resify - node.jssqlalchemy connect to server without specifying database - pythonDebugging C # code from another application - c #How to conditionally format a Kendo UI grid cell (depending on values) razor - conditionalChanging mysql user password for security - recommendations - securityGet key value from nested json - jsonAll Articles