Closed jsabiometric closed 5 days ago
Do breakpoints work for you?
I can reproduce a problem with Console.WriteLine not showing up in VSCode, and a fix is coming for that, however the debugger works fine for me.
Do breakpoints work for you?
I can reproduce a problem with Console.WriteLine not showing up in VSCode, and a fix is coming for that, however the debugger works fine for me.
Hey @rolfbjarne
I can confirm the debugger is working and break-points are running. I can also confirm that Debug.WriteLine
works, it's just Console.WriteLine
that's broken. Would be very appreciated if you took a look at it,
Thanks!
Kind regards.
OK, great, I've fixed that part, it'll be included in a future service release (probably not the first one, since it's rather imminent and it's too late, but it should be in the next one, whenever that happens to be).
@rolfbjarne Thank you very much, we'll try it out once it's released and confirm to you, Thanks again.
Apple platform
iOS
Framework version
net9.0-*
Affected platform version
.NET 9.0.100
Description
When running on a physical device, the debugger is not attaching correctly and we can't see
Console.WriteLine(...)
. Works fine on an iOS SimulatorThe last line we see from the debug console is the following:
Versions
Xcode version: Version 16.1 (16B40)
Steps to Reproduce
Did you find any workaround?
Unfortunately not.
Relevant logs
No response