godzie44 / BugStalker

Rust debugger for Linux x86-64
MIT License
554 stars 15 forks source link

Feature: DQE: get value by index from hashmaps, hashsets, btreemaps and others #5

Closed godzie44 closed 5 months ago

godzie44 commented 5 months ago

Currently there is field operator in data query expressions (DQE) that supose to get element from hashmaps by string key. Index operator dont supported in maps and sets at all, and will be great to fix it.