Skip to content

DEBUG: improve displaying complex data types  #329

Closed
@akharche

Description

@akharche

Consider improving support of complex data types. With “vanilla” Numba, debugger can only analyse the contents of simple types, such as integers and doubles. But with a numpy array, debugger output starts to be difficult for an average user. For an example, see https://numba.pydata.org/numba-doc/latest/user/troubleshoot.html#running-with-gdb-enabled, in particular how the debugger shows the variable “c” (which is a numpy array). We should aim to show such types as single objects, similar to how we do it with C++ class objects.

Metadata

Metadata

Assignees

Labels

debugRelated to #149

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions