Disassembling with Intel Syntax

I'm using XCode 10.3 on OS Mojave 10.14.6 and I'm trying to diasssemble my C applicaitons with Intel syntax but it only shows me AT&T. I tried using settings set target.x86-disassembly-flavor intel in the ~/.lldbinit file but it had no effect. Is there a setting specifically in xcode that will allow me to debug with lldb using intel syntax? I think the default debugger is set to llb.


Thank you.

Disassembling with Intel Syntax
 
 
Q