Bo Peng wrote: > So I guess debug is not supported after all. (Maybe someone can try to > set a breakpoint and run.)
I've tried this, but there are no debug infos. But I think it's possible to solve this with some more compiler/linker flags. > As of slow starting, under command line, one can use the rebuild > option to rebuild only one module and scons starts almost instantly > (fast_start also helps here), All static library proejcts work in this > way but the lyx project will scan all changes for all modules. In > either cases, the configure part should not be run. > > If cmake can do better in this area, this is a legitimate reason for > it to go into svn. (Question: does cmake handle moc file generation > etc?) Yes, they are all generated within the ide. It's also possible to just compile one file which starts immediately when pressing the shortcut. I will finish this msvs project patch and announce the > completion of scons msvc support (untill scons provides some new msvc > support.). Yes, something were one can start from in future. Peter