Simon Sobisch

Results 1385 comments of Simon Sobisch

> From a debugger extension viewpoint I would expect vscode to already implement the default evaluatable expression provider to be basically the implementation you shared here. Me, too - but...

Vim's TermDebug _always_ de-references all address (depending on the pointer type) which isn't always good (because pointers can be invalid and de-referencing them may even result in a singal), so...

@selvavm I was confused and thought that it was without pretty print. But a comparision with the non-free extension from MS would be useful.

That shows one interesting side issue: the variable names are upside down. My first guess was that the list for the variable pane needs a one-time flip at the end,...

You you please re-run with `showDevDebugOutput: true` set for this extension and then post complete debug-log output?

I _think_ this is related to the use of `this.process.stdin.write` within the `sendRaw` command; or actual, the use of `sendRaw` in the `sendCommand` function. @WebFreak001 is there a reason to...

> However I don't think that is related to this problem at all, that input afaik isn't being piped to the program directly usually. But the code suggest it does:...

Friendly ping @WebFreak001 because this really bugs me - as long as the program running is accepting input it should get through via stdin - and to allow that the...

@tabedzki - What do you mean with MSFT plugins? Are those free or proprietary plugins? @andre2007 - The `sourceFileMap` part is tracked in #298 and would definitely be useful (to...

As this question was about SSH and console: is it possible to use a separate console also in this case? It seems that `terminal: ""` just applies to normal launches,...