> 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:
Yes. Have a look at INSTALL.scons. Basically, you need to 1. go to the scons directory. 2. build lyx in debug mode (default) 3. scons msvs_projects 4. double click the generated lyx.vcproject (name might be wrong) then use F5 etc. MSVS calls scons to rebuild later on. If you need faster rebuild, try cmake. Bo