Skip to content
⌘ NSIS Forum Archive

why select scons from v2.07, easy to debug or not easy to debug, this is the question

3 posts

dltigles#

why select scons from v2.07, easy to debug or not easy to debug, this is the question

build with this scons, perhaps it is really easy way for nightly build.

but how can you to debug the source code ?
No vc project, can not open with visual studio, so, after changing the code, how to debug?
Anders#
I guess scons is used because we also support compiling on POSIX systems.

If you compile with scons DEBUG=yes ... you should be able to source step the code in WinDbg and probably VS as well...
dltigles#
Your men only use windbg? not need .sln again? I mean for the code maintainers.

But by the way, windbg is really a good thing.