Hello, since I upgraded to the latest Visual Studio (v17.9.1 -> v17.10.1) and the latest Visualgdb toggeling between header and source moves the cursor to the top of the file.
If I create a VisualStudio project without VisualGDB it work correct. Only project created by (old and new) visualgdb have this issue.
Procedure to reproduce:
1) create new console linux project
2) add new class
3) add some code to .h and .cpp files
4) put cursor at the bottom of the file
5) Toggle (use right mouse button)
Result is that cursor will be at the top of the file.