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

* workaround: idea debugger doesn't stop in Inner classes that extends from ObjCObject #754

Merged

Commits on Oct 8, 2023

  1. * workaround: idea debugger doesn't stop in Inner classes that extend…

    …s from ObjCObject
    
    ## Root case:
    ObjCClass preloads all instances of ObjCObject to find out if these have NativeObject annotations. As result inner class might be loaded before hosting class. This makes Idea debugger not happy and it ignores CLASS_PREPARE event and doesn't apply breakpoints to it.
    https://youtrack.jetbrains.com/issue/IDEA-332794
    
    ## Workaround
    Lets preload host classes before all ObjCObject classes.
    
    NB: affects only debug builds
    dkimitsa committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6be7910 View commit details
    Browse the repository at this point in the history