Skip to content

Incomplete XML output when closing Visual Studio #41

@clayness

Description

@clayness

I recently ran a trace with the Visual Studio plugin, and after I closed everything down, I noticed that the last of my output files did not include the closing </gaze> or </itrace_plugin> tags.

I reproduced it on a different computer using these steps:

  1. Open iTrace Core
  2. Setup the session with an output directory
  3. Run Visual Studio Community 2017 (as administrator)
  4. Open iTrace window
  5. Connect to core
  6. Start session in core
  7. Wiggle mouse around, etc.
  8. Stop session in core
  9. Close Visual Studio

It appears from the code that there is no management of the lifecycle for the plugin/tool window, so the closing tag is only written when (a) the user disconnects from core or (b) a new session is started.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions