Bug 416545

Summary: Debugger doesn't show variable contents properly when exception is raised in __str__ or __repr__
Product: [Developer tools] kdev-python Reporter: Sven Brauch <mail>
Component: generalAssignee: Sven Brauch <mail>
Status: REPORTED ---    
Severity: normal CC: mail
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Sven Brauch 2020-01-21 17:37:25 UTC
Depending on what exactly happens, you can make whole objects disappear from the variables toolview, or make e.g. the contents of a dict disappear when trying to expand it.

The exception should instead be caught and displayed as the value.