Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inspecting object inside Array with printString error gets debugger #119

Open
ericwinger opened this issue Jul 10, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@ericwinger
Copy link
Member

The Jadeite inspector tries hard not to open a debugger when inspecting objects with printString errors. However, if the problematic object printString is an element of another object and you click on that object in the debugger, you'll get a walkback. basicPrintStringOfObject:toMaxSize: is a possible place to wrap the printing code.

In this example, Array with: Foo new was inspected, then the first element of the array (1) was clicked in the inspector.

image

image

@ericwinger ericwinger added the bug Something isn't working label Jul 10, 2024
@ericwinger ericwinger self-assigned this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant