Pavel Minaev

Results 84 comments of Pavel Minaev
trafficstars

This does not reproduce for me in Python projects. Looking at the log, it sounds like all the project files in your solution are .vcxproj, so this is a C++...

Python projects pretend to be .NET Framework projects to integrate with VS web tooling. This is the unfortunate side effect. That said, references from Python projects to .NET ones are...

That's the kind of reference I was referring to, as well: a Python project referencing a non-Python one. This really only does one thing: it adds the output directory of...

When you're stepping through the code in VS, do you see the source code in the editor? And if so, when it shows the full path to the file while...

Just in case, can you double-check that the local and the remote source is identical? Also, do you already have the source file opened in VS before you start debugging...

It appears that this is a manifestation of https://github.com/microsoft/PTVS/issues/6610, and it ends up half-working because VS got smarter and loads matching documents from the project when it can.

At some point in the past, we used a different debugger. That one tried to match local filenames to remote ones automatically by walking the filesystem on both ends to...

https://github.com/microsoft/PTVS/issues/7269 might be a good way to implement the raw JSON approach in a way consistent with other languages in VS.

I would also like some advice on how code should be structured for cases where one needs to query for metadata that may or may not be there, without triggering...

Thank you very much! Downloading the new tiles now. That explains things. I thought it might be some sort of debug mode (what with all the info displayed when hovering...