Create VSIX to allow exporting C++ variables during debugging

Job ID: 37375202

Budget: $30 – $250 USD

As a software engineer, I need an experienced freelancer with a strong background in Visual Studio to create a C# VSIX (Visual Studio 2022 extension) that will enable exporting float* (pointer to memory) during a debugging session as a CSV file. Ideally, the freelancer should have experience in creating similar products.

I need this project completed within a month (sooner is better).

A successful implementation will allow a code developer to:
* breakpoint into a running C++ program
* place the mouse over a variable in the code
* right-click and choose Export Variable from the context menu
* User will be prompted to
- enter an expression (e.g. like you can in the Watch window) that will be evaluated to an integer length (N)
- enter a file path
* User clicks OK, and then N float numbers are written to the file (comma separated values).

If you are fast and efficient, with clean/readable code, I may provide additional tasks for payment after this project is complete.