Edwin Leuven wrote:
what i do is build as debug (not release),
Yes.
then launch lyx, connect to process in mscv and then i can debug...
That sounds complicated. You just need to type F5 in MSVC to debug... here is a few handy shortcuts:
F9: set a break point (as many as you want) F10: process one line F11: enter the function at current line. Shift-F11: return out of the current function F5: continue Shift+F5: exit debug (and thus kill LyX). Hope that helps, Abdel.