The getting started screencast now demonstrates Runtime Flow v1.1.1 in Visual Studio 2010.
June 30, 2010
June 29, 2010
Runtime Flow v1.1.1 released
Runtime Flow v1.1.1 released – added Visual Studio 2010 support, added CLR v4 support, increased multiple duplication detection range from 20 to 120 functions, disabled the Run command when no solution is loaded.
Visual Studio 2010 and CLR v4 support
Runtime Flow v1.1.1 adds integration with Visual Studio 2010. Toolbar, Flow and Summary windows, go to source – everything works in VS 2010 IDE now:
Monitoring of .NET 4.0 applications is also now supported:
CLR v4 adds ability to run several CLR instances side by side in a single process. It rarely occurs in practice (see Common in-proc SxS scenarios) so currently Runtime Flow monitors only the first runtime loaded and ignores the rest.
June 25, 2010
Runtime Flow v1.1.0 released
Runtime Flow v1.1.0 released – added the Runtime Summary window, added the common toolbar, added search to the Runtime Flow window, made selected items bold in the Runtime Flow window, moved the command to open the Runtime Flow window from the Other Windows menu to the new toolbar.
Runtime Flow toolbar
As there are two windows now (Flow and Summary), common commands such as Run, Customized run, Clear and About were moved to the new toolbar in Visual Studio:
The new toolbar also adds commands to open the Flow and Summary windows. The previous command to open the Runtime Flow window in the Other Windows menu is now removed. When monitoring is started with both windows closed, the Runtime Flow window is opened automatically.
Runtime summary
The next version of Runtime Flow introduces the Runtime Summary window:
It lists all classes and functions that were used during a program run organized by modules and namespaces. All elements are alphabetically sorted. New functions are added in real time and removed by the Clear command the same way as in the Runtime Flow window.
Search field allows you to search for namespaces, classes and functions. Each new search continues from the selected node. The Locate in flow toolbar button finds the selected class or function in the Runtime Flow window. Press the Locate in flow button again to find the next occurrence.
June 14, 2010
Runtime Flow v1.0.6 released
Runtime Flow v1.0.6 released:
- Added usage of the command’s parent directory when working directory is empty in the Customized run dialog.
- Added ability to use quotes in paths in the Customized run dialog.
- Added filtering for control characters in parameters.
- Added bring into view for the selected item after collapse.
- Reduced memory usage during monitoring.
- Expanded parameter string length to 260 characters.
- Removed <Module> from native C++ class names.
- Fixed exception handling for dynamic methods.
- Fixed incorrect ending for long function names.