The Visual Studio 11 brings some excellent additions to the experience of debugging parallel computing applications for both multi-core CPUs and GPUs. One of the key new areas is theParallel Watch Window, allowing you to set up watches on variables across many threads and contexts. When the contexts get as high as thousands, you can use data visualizers in the window to more easily sort, arrange, and view the values, helping you identify issues and outliers very quickly.
Version 1.1 The visualization pack has been updated for Visual Studio 11 Beta. You will need to install this version in order to use it in the recent Beta release. A native array visualizer for the watch window has been added to the pack. It allows you to view one dimensional arrays or vectors in C / C++.
Version 1.0 This is a pack of 4 visualizers for the parallel data, created by a brilliant team of interns who came up with some very useful and attractive ways to display this information.
Please provide feedback on these visualizers. Your input helps drive our engineering. Happy coding!
|