[Issue 20251] New: `size_t.max` does not show value in debugger
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Sep 29 09:39:36 UTC 2019
https://issues.dlang.org/show_bug.cgi?id=20251
Issue ID: 20251
Summary: `size_t.max` does not show value in debugger
Product: D
Version: D2
Hardware: All
OS: Windows
Status: NEW
Severity: minor
Priority: P1
Component: visuald
Assignee: nobody at puremagic.com
Reporter: turkeyman at gmail.com
If you have `byte.max` in your code, and you hover over it, you will see `127`
If you have `long.max`, you will see a really big number as expected
If you have `size_t.max` or `ptrdiff_t.max`, you will see `{...}`
It would be good if these fundamental types did show correctly. They're just
simple aliases, so I suspect if size_t/ptrdiff_t don't work, then a whole lot
of other things may also not work for the same reason.
--
More information about the Digitalmars-d-bugs
mailing list