XCode 11.2.1 Wait For Executable To Be Launched Breakpoints Only Shows Disassembly

I am testing starting our app from a push notification. I am trying to set break points inside of our own code and look around. I set my schema to wait until the app is launched and it appears to be attaching. When I set a breakpoint, it stops the program, but it is only showing assembly. I have checked to make sure that the `Always Show Assembly` option is off. (I am currently trying breakpoints in the AppDelegate)


I have tried restarting XCode, uninstalling our own code and reinstalling it to the device, I just can't get the breakpoints to show me anything more than garbage.


Can anyone else reproduce this or know a way around it?