Hi!
I noticed that debugging a C++ program yields a very slow launch (~10 s) on Mac OS Big Sur. It wasn't exactly fast with Mac OS 10.15 but I don't remember it being this slow.
The lag is not better when executing "Run without Debugging" which e. g. is much faster with a debugger such as SLDB.
On a related note, I also get the following terminal output since Mac OS 11 which I didn't get before:
2021-01-21 13:49:27.274874+0100 app[6823:113199] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=6823
2021-01-21 13:49:27.274962+0100 app[6823:113199] SecTaskCopyDebugDescription: aroma[6823]/0#-1 LF=0
Initially, I suspected a Big Sur security feature intervening with the launch process so I added exceptions to the Privacy rules under "Security & Privacy" and "Developer Tools" but this has no apparent effect.
Any ideas? Thanks!
Thomas