Skip to content

Script debugger stalls on big objects #526

Description

@klayoutmatthias

Problem: the debugger will display the object's "to_s" values in the variable list. Some objects (e.g. huge polygons) deliver very long strings. Generating and showing these strings will stall the debugger.

Solution is to use "repr"/"inspect" for display and stop aliasing "to_s" to "inspect" (Ruby) or "repr" (Python).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions