Rainer Schuetze

Results 234 comments of Rainer Schuetze

The installer for 1.4.0 checks for "Visual Studio" at the start of the DisplayName and "2022" anywhere in it. This should work for nicknames, too. In addition it supports up...

I shortly looked at the CPU diagnostics of displaying 100 of your Strings and the debugger mostly waits for the call to be performed in the other process. AFAICT this...

The swapped GC is inside a DLL loaded into the target process, so that could contain helper functions. The calls by VS to evaluate locals or expressions are rather fine...

> Yeah, this was my concern. I can a Microsoft API being very event/response based... with an expectation of immediate responses :/ On second look, the API does allow to...

FYI: I tried executing the same "compiled" instructions multiple times, but that won't help speeding up evaluation as each execution takes 40-50 ms. So that idea can be dismissed. Then...

> Where you say 'full support', you mean batching them and sending them to the debuggee all at once? I meant full support for the asynchronous interface. My partial implementation...

While you edit the code you change the semantics at the current caret location, so the new source has to be evaluated first. At least the current file has to...

You can try the new build of MagoNatCC.dll from https://ci.appveyor.com/project/rainers/mago/builds/50930366/artifacts. This uses the async evaluation for __debugOverview calls, but doesn't work correctly in combination with switching the GC. It seems...

Just like the last time, only this one needs to be replaced: "c:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\Packages\Debugger\MagoNatCC.dll"

Too bad. Is this one of the places where you would expect one of your custom strings to be displayed? If something else, could you specify more details about its...