Custom IRenderProcessHandler implementation #5141
-
hello I have been able to use SelfHost example to get cef browsersubprocess rename to my custom process name ,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You need to attach the debugger to the render process instances. See https://www.chromium.org/developers/how-tos/debugging-on-windows/#multi-process-issues Generally I just attach using the manual method. |
Beta Was this translation helpful? Give feedback.
You can programmatically launch the debugger which is useful for troubleshooting.
https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debugger.launch?view=net-9.0