Skip to content

kdevpdb: fix crash when explaining a expression

Jarmo Tiitto requested to merge jatothrim/kdev-python:work/qt6-fixup into master

The text line can be empty, and therefore an out-of-bounds access would result. Return the empty line if this is the case; otherwise, clamp the index.

Merge request reports