Bug 427130 - Variable browser is not complete when debugging pytorch tensor
Summary: Variable browser is not complete when debugging pytorch tensor
Status: REPORTED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: Language support (show other bugs)
Version: 5.5.2
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: Sven Brauch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-09-29 20:31 UTC by Gaël de Chalendar (aka Kleag)
Modified: 2020-09-29 21:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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