April 24, 2021

On Saturday, 24 April 2021 at 18:32:42 UTC, Gavin Ray wrote:

>

On Tuesday, 6 April 2021 at 21:04:47 UTC, WebFreak001 wrote:

>

I have created editor independent pretty printers / visualization files for Visual Studio's debugger*, GDB and LLDB.

[...]

Incredible -- below in VS Code (with launch.json and dub.json config as shown on right) I am able to see arrays, strings, and associative arrays keys/values!

Are you running on Windows or Linux?

April 24, 2021

On Saturday, 24 April 2021 at 18:59:29 UTC, mw wrote:

>

On Saturday, 24 April 2021 at 17:44:39 UTC, WebFreak001 wrote:

>

On Saturday, 24 April 2021 at 17:16:48 UTC, mw wrote:

>

[...]

I haven't modified the expression parsing behavior (I don't know if I can even do that), it's only pretty printers

Why they (keys & values) are showing below in VS code?

>

Incredible -- below in VS Code (with launch.json and dub.json config as shown on right) I am able to see arrays, strings, and associative arrays keys/values!

The implementations are different? or there are fundamental obstacles that cannot be done for GDB console?

the pretty printer implements summary & children (which are keys and values) If you can't find a command in the console for listing children then it will only be able to show a summary.

1 2
Next ›   Last »