microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
226 stars 11 forks source link

Can't step over in debugger #1217

Open mmiller-d8 opened 3 months ago

mmiller-d8 commented 3 months ago

Type: Bug

Debugging is completely broken. I get two, maybe three step overs before the debugger detaches from the app (or whatever it's doing) and the app stops responding.

I've reported this before, but the resolution at the time was to use preview features, which I am. This is an all the time problem - not just occationally.

The only "workaround" is to set two breakpoints. One before whatever it is I want to look at and then one right after what I want to look at. I usually get at least one stepover so I can at least look at the values in the variables.

The debugger is pretty much unusable.

Extension version: 1.0.6 VS Code version: Code 1.90.1 (611f9bfce64f25108829dd295f54a6894e87339d, 2024-06-11T21:44:54.914Z) OS version: Darwin arm64 23.4.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M3 Max (14 x 2400)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|10, 9, 7| |Memory (System)|96.00GB (4.01GB free)| |Process Argv|--crash-reporter-id 1618046c-b005-4c1a-89ae-cb627902572c| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vspor879:30202332 vspor708:30202333 vspor363:30204092 vswsl492cf:30256860 vstes627:30244334 vscod805:30301674 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 a9j8j154:30646983 962ge761:30959799 pythongtdpath:30769146 welcomedialogc:30910334 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 2e7ec940:31000449 pythontbext0:30879054 accentitlementsc:30995553 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 jchc7451:31067544 chatpanelt:31048053 dsvsc021:30996838 0ee40948:31013168 pythoncenvpt:31062603 a69g1124:31058053 dvdeprecation:31068756 pythonprt:31056678 dwnewjupytercf:31046870 2f103344:31071589 ```

| VS Bug 2112864

WardenGnaw commented 3 months ago

@mmiller-d8 To help us investigate the issue, can you share what kind of application you are debugging? Such as a .NET 8 Console Application, ASP.NET App, Unity or MAUI?

mmiller-d8 commented 3 months ago

@WardenGnaw Sorry. It is MAUI. Asp.Net works fine. It's just MAUI.

github-actions[bot] commented 3 months ago

@WardenGnaw, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

dingxiaolong commented 3 months ago

I also have this issue , it is very easy to reproduce when you have a project .
I think this debug feature is very important , without this I cannot say I can use vscode to coding right now .

mmiller-d8 commented 3 months ago

I updated VS Code today, and now it's frequently doing it on the very first step-over/run

mauroa commented 3 months ago

Can you please share the C# extension version and the dotnet version you are using, and also the content of the Debug output pane?

Thanks for your feedback and help

mmiller-d8 commented 3 months ago

I'm on 2.34.12 for the C# extension. .net is 8.0.302.

Which debug output do you want? C#, Maui, ?. I'll include C#.

Also, it's kind of behaving "better" this morning. Today, it only seems to be dumping when I try to step over an async call.

Edit: That was short lived. Now it's not even giving me one step-over. The behavior is very inconsistent, to say the least.

Using dotnet configured on PATH Dotnet path: /usr/local/share/dotnet/dotnet Activating C# + C# Dev Kit + C# IntelliCode... waiting for named pipe information from server... [stdout] {"pipeName":"/var/folders/62/rcdlfx7d2nxc0z7kk2f6p30c0000gn/T/302b8f59.sock"} received named pipe information from server attempting to connect client to server... client has connected to server [Info - 11:47:01 AM] [Program] Language server initialized [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Data/D8.App.Data.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Data/D8.App.Data.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Mobile/D8.Mobile.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Data/D8.App.Data.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Data/D8.App.Data.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Core/D8.App.Core.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Mobile/D8.Mobile.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Maui/D8.App.Maui.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Core/D8.App.Core.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Maui/D8.Maui.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Mobile/D8.Mobile.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Web/D8.App.Web.csproj loaded by C# Dev Kit [Info - 11:47:04 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Core/D8.App.Core.csproj loaded by C# Dev Kit [Info - 11:47:05 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Maui/D8.App.Maui.csproj loaded by C# Dev Kit [Info - 11:47:05 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Maui/D8.Maui.csproj loaded by C# Dev Kit [Info - 11:47:05 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Core/D8.App.Core.csproj loaded by C# Dev Kit [Info - 11:47:05 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.App.Maui/D8.App.Maui.csproj loaded by C# Dev Kit [Info - 11:47:05 AM] [WorkspaceProjectFactoryService] Project /Users/mike/Code/GIT/D8/D8.Apps/src/D8.Maui/D8.Maui.csproj loaded by C# Dev Kit

github-actions[bot] commented 3 months ago

@WardenGnaw, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

mauroa commented 3 months ago

@mmiller-d8 that's not the debug output, I meant the debug console. I would like to see the output of the debug session, when it starts. Also, C# is on 2.35.* already, and I know they've been doing some fixes around the debug engine, so you might want o update and see if the experience improves. Thanks

mmiller-d8 commented 3 months ago

Is that prerelease? I checked for updates, and it says there are none.


You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) with Visual Studio Code, Visual Studio or Visual Studio for Mac software to help you develop and test your applications.

xcrun simctl launch --console --terminate-running-process BA277540-ED53-46F0-AB96-70DA6127B49D com.d8software.d8 -monodevelop-port 64084 com.d8software.d8: 61331 Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.iOS.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Collections.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.InteropServices.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Threading.Thread.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Threading.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/D8.Mobile.dll'. Symbols loaded. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/D8.App.Maui.dll'. Symbols loaded. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/D8.Maui.dll'. Symbols loaded. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/CommunityToolkit.Mvvm.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ObjectModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Controls.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/D8.App.Data.dll'. Symbols loaded. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/D8.App.Core.dll'. Symbols loaded. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Logging.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Essentials.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Graphics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Controls.Xaml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ComponentModel.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Private.Uri.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Collections.Concurrent.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Numerics.Vectors.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Xml.ReaderWriter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Private.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Memory.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Diagnostics.TraceSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Collections.NonGeneric.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Collections.Specialized.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ComponentModel.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Text.RegularExpressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Reflection.Emit.ILGeneration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Reflection.Emit.Lightweight.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Reflection.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Diagnostics.Tracing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Intrinsics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Win32.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Security.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Security.Cryptography.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Formats.Asn1.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Text.Encoding.Extensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Numerics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Security.Claims.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Sockets.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.NameResolution.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Diagnostics.DiagnosticSource.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Threading.ThreadPool.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Quic.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.IO.Compression.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.IO.Compression.Brotli.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Threading.Channels.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.NetworkInformation.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Reflection.Emit.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Collections.Immutable.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.IO.MemoryMappedFiles.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Loader.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Linq.Expressions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ComponentModel.TypeConverter.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Drawing.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Serialization.Formatters.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Resources.Writer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Xml.XDocument.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Private.Xml.Linq.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Console.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.DependencyInjection.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Configuration.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.DependencyInjection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Options.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ComponentModel.Annotations.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Sentry.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Sentry.Bindings.Cocoa.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Text.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Text.Encodings.Web.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Serialization.Primitives.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.IO.FileSystem.DriveInfo.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Requests.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.WebHeaderCollection.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.ServicePoint.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Http.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Http.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Diagnostics.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Diagnostics.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Options.ConfigurationExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Configuration.Binder.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Web.HttpUtility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.CompilerServices.Unsafe.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/CommunityToolkit.Maui.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/CommunityToolkit.Maui.Core.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Net.Mail.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.ComponentModel.EventBasedAsync.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Controls.Compatibility.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Logging.Configuration.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Sentry.Maui.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Sentry.Extensions.Logging.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Logging.Debug.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Configuration.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.FileProviders.Abstractions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.Configuration.FileExtensions.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.FileProviders.Physical.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.IO.FileSystem.Watcher.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Extensions.FileSystemGlobbing.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.VisualStudio.DesignTools.MobileTapContracts.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/netstandard.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.VisualStudio.DesignTools.TapContract.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. 2024-06-24 14:32:21.948089-0500 D8.Mobile[61331:42506780] You've implemented -[ application:performFetchWithCompletionHandler:], but you still need to add "fetch" to the list of your supported UIBackgroundModes in your Info.plist. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Serialization.Json.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Private.DataContractSerialization.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Runtime.Serialization.Xml.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/System.Xml.XmlSerializer.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Loaded '/Users/mike/Library/Developer/CoreSimulator/Devices/BA277540-ED53-46F0-AB96-70DA6127B49D/data/Containers/Bundle/Application/D7C389DE-5248-4DE8-8DA3-34B73EDFAF87/D8.Mobile.app/Microsoft.Maui.Controls.HotReload.Forms.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled. Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll 2024-06-24 14:32:23.232206-0500 D8.Mobile[61331:42506780] [TableView] Warning once only: UITableView was told to layout its visible cells and other contents without being in the view hierarchy (the table view or one of its superviews has not been added to a window). This may cause bugs by forcing views inside the table view to load and perform layout without accurate information (e.g. table view bounds, trait collection, layout margins, safe area insets, etc), and will also cause unnecessary performance overhead due to extra layout passes. Make a symbolic breakpoint at UITableViewAlertForLayoutOutsideViewHierarchy to catch this in the debugger and see what caused this to occur, so you can avoid this action altogether if possible, or defer it until the table view has been added to a window. Table view: <_UIMoreListTableView: 0x10596ce00; frame = (0 0; 0 0); clipsToBounds = YES; gestureRecognizers = <NSArray: 0x600000c99c20>; backgroundColor = <UIDynamicSystemColor: 0x600001747000; name = tableBackgroundColor>; layer = <CALayer: 0x600000934260>; contentOffset: {0, 0}; contentSize: {0, 0}; adjustedContentInset: {0, 0, 0, 0}; dataSource: <UIMoreListController: 0x102e148f0>> Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll

github-actions[bot] commented 3 months ago

@WardenGnaw, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

mauroa commented 3 months ago

@mmiller-d8 yes, it's pre-release. Does it makes any difference if you update to latest C# and .NET MAUI pre-release? You can rollback afterwards, but just to confirm if those versions fixes your issue, since there have been fixes in the debug engine in the C# extension that might help. Thanks

mmiller-d8 commented 3 months ago

@mauroa

Unfortunately, I'm getting the same result. I was able to step over until I hit the first awaited call.

As an aside, updating extensions always requires reloading the solution at the very least - reloading extensions makes everything wonky. In this case, I got an endless stream of dialogs asking to access data from other applications. I had to reboot to get back up and running.

github-actions[bot] commented 3 months ago

@WardenGnaw, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.

mmiller-d8 commented 2 months ago

Is there any movement on this @mauroa @WardenGnaw? This makes it really, really hard to debug my app.

It is back to the original behavior where I get one step over maybe 50% of the time. Two if I'm having a really good day.

dingxiaolong commented 2 months ago

The debug feature is a very basic and import feature for the MAUI project, but I don't see any plan about it . All my coworkers are waiting for this feature , then we are going to use vs code instead vs studio for mac . When I do testing , every time if you face the debug broken , then the Dotnet process will take a lot of memory , draining the battery . image

This debug feature is really hard to use.