Skip to content

Eval

kinta aka requested to merge kinta/kdev-xdebug:eval into master

While not as updated as gdb plugin, Adding the eval feature I think is useful, to eval something, write some expression preceded by eval, for example:

eval str_split($a)

Then result will appear in Auto. It addresses https://bugs.kde.org/show_bug.cgi?id=426401

Merge request reports