Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
WARNING: no debugging flags detected!! Insure++ may not function properly
Comments
-
Hi shajabedi,
You need to add debug flags to the compiler command line that is invoked. Insure++ depends on this debug information to do it's work.
For gcc/g++ you can add -g
For Microsoft CL, the debug flag is /Zi0 -
Thank you DanielDominguez,
It worked.0