Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support printing of map types #61

Closed
derekparker opened this issue Feb 5, 2015 · 3 comments
Closed

Support printing of map types #61

derekparker opened this issue Feb 5, 2015 · 3 comments

Comments

@derekparker
Copy link
Member

Should follow same semantics as printing a struct, i.e. limiting nesting depth.

@pnasrat
Copy link
Contributor

pnasrat commented Feb 6, 2015

I'm curious about the separation here it looks like the array length is hard coded- I'd have thought eg proctl should support passing in the limit and callers (eg the debugger itself pass in the limits).

@derekparker
Copy link
Member Author

Do you mean the nesting depth / array limit for printing? Yeah currently it's hard coded but it should definitely be a runtime configuration. There were some discussions concerning that in #55.

@derekparker derekparker modified the milestone: 1.0 Mar 2, 2015
aarzilli added a commit to aarzilli/delve that referenced this issue Nov 6, 2015
Use m[n:] to skip the first n keys of a map
Map indexing is implemented with a linear scan

Implements go-delve#61, go-delve#122
derekparker pushed a commit that referenced this issue Nov 7, 2015
Use m[n:] to skip the first n keys of a map
Map indexing is implemented with a linear scan

Implements #61, #122
@aarzilli
Copy link
Member

Implemented by 943c120

nclifton pushed a commit to nclifton/delve that referenced this issue Feb 24, 2021
* dont try and use favicon.ico as a shortid

* Set the dev optout link url to the right port

* Set the origin message for sms mo

* [#176084452] Set the webhook origin_message on opt out link hit

* [#176084452] Added infra for the mms service
abner-chenc pushed a commit to loongson/delve that referenced this issue Mar 1, 2024
Use m[n:] to skip the first n keys of a map
Map indexing is implemented with a linear scan

Implements go-delve#61, go-delve#122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants