Hi G
[quote user="George Rizeakos"]The whole project is split into two parts one is a wrapper set of source files,that takes as an input a .lib file generated by the second project (set as static library output).The problem am facing when i only start stepping in the source files of the second project.[/quote]
Just to confirm - the library from the second project was build with no optimization and with symbolic debug? Is optimization explicitly set to none/off? Note that if no optimization option is set, that does not mean none/off. It means it will use the default optimization setting.
thanks
ki