Is there any dynamic analysis supported other than the standard one listed in the ‘dynamic analysis’ page of the project? I’m looking to use something similar to GCC’s Address Sanitizer (-fsanitize=address). The address sanitizer doesn’t appear to work. Is there anything else built into GCC or a plug-in that could perform bounds checking on arrays and other types of dynamic analysis?
VisualGDB dynamic analysis currently supports stack usage analysis and real-time watch (visualization of various real-time events).
The address santizer does not work on embedded projects yet. We might be able to support it in one of the upcoming versions of VisualGDB, although we cannot promise anything specific at the current point.