<div dir="ltr"><div><div><div>Hi,<br><br>I use LLDB (lldb-310.2.37) to debug Firefox/Gecko. One of my biggest annoyances is that I can't seem to make it inspect a local variable called 'id' (of which we have many) because 'id' is the name of a built-in LLDB type.<br>

<br></div>(lldb) p id<br></div>(lldb) p id.get()<br>error: cannot use dot operator on a type<br>error: 1 errors parsing expression<br><br></div><div>I can't seem to find a bug on this - is there one on file? More importantly, is there some escaping mechanism I can use as a workaround?<br>

<br>Thanks,<br>bholley<br></div></div>