Skip to content

External issues

Zev Spitz edited this page Sep 8, 2019 · 12 revisions

Reading the expression with the object being visualized

It would be nice to know within the visualizer what expression is being visualized. We could then easily create expressions that could be pasted into the Watch window.

Links

Better deployment story for visualizers

Currently, visualizers need to be downloaded or compiled from source and pasted into one of two folders; unlike extensions which can be added directly from within Visual Studio.

Part of this is that there are no update notifications in VS.

It is possible to create an installer and upload that to the VS marketplace, and thus make use of VS upload notifications. But this is suboptimal.

Links

Debuggee environment in visalizer

It would be nice to know some details about the debuggee environment:

  • The current language of the source
  • The current assembly
  • The current file and line number

Links

Clone this wiki locally