Ognjen Sobajic

Results 18 comments of Ognjen Sobajic

I have a hack for this feature that seems to work and here is the PR #187

Did you make sure that `A.pdb` is available? Can you debug into `A.dll` when you run `B.dll`? If yes is the answer to both, you may want to debug the...

Maybe you need bring to front for these other controls i.e. Z-dimension?

So if Canvas.ZIndex doesnt work it is possible that it is a bug on our end. We will investigate. Thank you for reporting it! Any chance you tried the same...

The key code looks like this string owner = "david-risney" + ""; // Replace with the repository owner string repo = "WebView2Utilities"; // Replace with the repository name string url...

For these two projects you should open them separately in their own solution files. What is specific about them is that they have two versions `Debug/Release Stable APIs` and `Debug/Release...

Hi @rozeboosje , thank you for reporting the issue. It seems related to #4743 which has been fixed and I have provided the internally built SDKs to the chat. Can...

It seems like you need to make sure you set the sources to local folder where you downloaded the nuget files. You navigate to your project in the Solution Explorer,...

Ok, thank you for confirming it still reproes on the latest SDK versions. I believe it's related to #4812 and that is being tracked on our backlog.

@softworkz if I understand correctly you want to be able to debug Javascript files when running WebView2 apps including hot reloads? Your debugging experience, within VS should be seamless from...