Mikhail Kurinnoi
Mikhail Kurinnoi
As I mentioned before, you should use same path as stored in PDB with same delimiters. Debugger will not analyze path, detect delimiters changes or anything else during breakpoint resolving....
Please, provide PDB you are using and vscode interuction log (looks like log from https://github.com/Samsung/netcoredbg/issues/40#issuecomment-1443612149) during breakpoint setup fail with full path. Note, on Windows debugger use case sensitive path...
Please note, we don't use Neovim, I only could try to "reproduce" vscode commands inteructions in order to reproduce this issue in our test suite. In log you provided, I...
> The initialize request has a key for pathFormat though. I suspect that a value of 'uri' is used with remote symbols and not for local files? I am sure,...
Now `--thread` argument supported for `stack-list-frames`, `stack-list-variables`, `var-create` and step commands (`exec-step`, `exec-next` and `exec-finish`). What command, that you need don't support `--thread` argument?
Please note, GDB/MI protocol is not human oriented, IDE/plugins provide proper formed commands with `--thread` if need. I am just worry, why you need this command.
I added this to "feature requests" list (as I see we planned same for CLI too), but at this moment we all involved in porting to riscv64 (.NET runtime/debugger), not...
Debugger process can't "transfer" any objects/types and/or its metadata and method's code from debuggee process into debugger process. You can't just copy some raw memory from one managed process (debuggee)...
> I was actually considering running Roslyn on the debuggee process (and not debugger managed-part), probably by loading some assembly into it. Previously (before current implementation start) we spend some...
> Can I open a PR if I manage to extend the existing evaluator? Sure, you can. > Do you have some clue on what would it take? Frankly speaking,...