This commit is contained in:
Vyacheslav Egorov 2023-07-31 19:06:21 +03:00
parent b95653cb07
commit 5cedccc0af

View file

@ -60,7 +60,7 @@ An issue with exported types not being suggested is now fixed.
## Debugger improvements
We have fixed search for closest executable breakpoint line.
We have fixed the search for the closest executable breakpoint line.
Previously, breakpoints might have been skipped in `else` blocks at the end of a function.
This simplified example shows the issue: