How to set editor for external edit of preamble

2019-08-13 Thread Daniel
Hi, I just discovered the new feature to edit the preamble externally. However, I couldn't find where to set the editor for this of any documentation about it. On MacOS it opens XCode which asks me to install additional application or Quit. This renders the function pretty useless for me. I h

Re: understanding gdb

2019-08-13 Thread Benedict Holland
I would assume that configuring with debug would set the O0 flag and that one of the main reasons to do so would be to step through code. Otherwise, why use gdb? Application logs can get you a general sense of what is going on without such a fine level of detail but again, if you are not stepping t

Re: understanding gdb

2019-08-13 Thread Kornel Benko
Am Dienstag, 13. August 2019, 13:20:52 CEST schrieb Pavel Sanda: > On Mon, Aug 12, 2019 at 06:10:19PM -0400, Benedict Holland wrote: > > You probably need to compile lyx though. I assume that Lyx uses the O2 flag > > for production builds so while error messages and logs are a huge help > > (minimu

Re: understanding gdb

2019-08-13 Thread Pavel Sanda
On Mon, Aug 12, 2019 at 06:10:19PM -0400, Benedict Holland wrote: > You probably need to compile lyx though. I assume that Lyx uses the O2 flag > for production builds so while error messages and logs are a huge help > (minimum working example is the best), unless you can compile with the O0 > flag