Visualizers to help debug code that works with local files. Adds commands to string variables to open the file in Visual Studio or Notepad, or locate the file in Windows Explorer filename from the string value of the variable. Makes it very easy to view generated files, especially when using temp files. Note that debugging visualizers are the commands that show up when you are in a debugging session and pause or hit a breakpoint. Hovering over variables shows a magnifying lens with a chevron that allows you to view values in a tooltip or a window. This visualizer will add three new commands.
Change log:v1.2
v1.1
|