Pavel Minaev

Results 84 comments of Pavel Minaev
trafficstars

So this is kind of a broken-by-design issue... When I wrote the parser for those files, I mostly reverse-engineered it from the files themselves using Native module as a reference...

Not at the moment, no. I'll happily accept pull requests to fix this, though.

Can you provide the repro steps? Better yet, take a process heap dump at the point where the exceptions happen (in Task Manager, right-click -> Create Dump File).

Which file are you getting an error on? Is it the save itself, or one of the .txt files from the module? The save itself is loaded using the OS...

It's still a valid bug, so lets keep it open, especially as other users might also run into it. I don't have much spare time to deal with this right...

Sorry, I wasn't paying attention and got it mixed up with the other open issue! Yes, you're right, this one is strictly about the encoding. It's not a GUI issue...

Writing a schema for a module is a rather tedious exercise, so I'm not going to do this for modules that I don't play myself. However, I can help you...

Yep, the way DAP is structured, every process has to be its own separate session. On debugpy side, when subprocess is detected and detoured, we send a custom event that...

Nope, it's correct - the problem is that we regressed "subProcess" :/ I'll track this as https://github.com/microsoft/debugpy/issues/90

I don't think there's anything about the "process" event that you'd need for this. It's only reported for the process that is being debugged in that particular session, always at...