Bug 427130

Summary: Variable browser is not complete when debugging pytorch tensor
Product: [Developer tools] kdev-python Reporter: Gaël de Chalendar (aka Kleag) <kleagg>
Component: Language supportAssignee: Sven Brauch <mail>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.5.2   
Target Milestone: ---   
Platform: Appimage   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Gaël de Chalendar (aka Kleag) 2020-09-29 20:31:29 UTC
SUMMARY


STEPS TO REPRODUCE
1. Debug a pytorch-based python program
2. Try to navigate a tensor variable


OBSERVED RESULT
The tensor repr is correctly displayed but the tensor members (like its shape…) cannot be viewed

EXPECTED RESULT
Like in pycharm (that I just tried while waiting for other problems with kdevelop to be solved), tensor details should be accessible during debugging.

SOFTWARE/OS VERSIONS

Linux/KDE Plasma: KDE Neon
KDE Frameworks 5.69.0
Qt 5.12.8 (construit sur 5.12.8)
Comment 1 Gaël de Chalendar (aka Kleag) 2020-09-29 21:36:38 UTC
I was able to display a tensor shape by adding a monitored variable