mdbell / Noexes

A graphical remote debugger for the Nintendo Switch
GNU General Public License v3.0
214 stars 55 forks source link

Skip dump indices which lie entirely before the requested search range. #33

Closed comex closed 4 years ago

comex commented 4 years ago

Added to the existing check for ones that lie entirely after. Without this, position() can throw an exception.

mdbell commented 4 years ago

Thank you! Your change has been merged into master