x64dbg/x64dbg

Review/remove asserts

Open

#3.159 geöffnet am 1. Aug. 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (2.734 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (48.381 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 1T 3h) (2 gemergte PRs in 30 T)

Beschreibung

https://github.com/x64dbg/x64dbg/pull/3155

While debugging, I got the "Trying to get last error of a thread that doesn't exist!" assert and had to comment it out.

This would happen if the RegistersView is trying to refresh right after a thread exits... There are likely more asserts that are not correct...

Contributor Guide