You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when editing code (in this case when changing the superclass of my class), the vm is executing code that was already removed in the browser. I get an exception/debugger that shows me method that I already deleted.
Things that don't fix this issue:
Saving and opening the image again
Saving the method again in the subclass (it should use the method of the superclass). Here the override also does not show the usual green arrow up
Adding the methods the phantom class is calling (in this case an accessor). They are not found
The text was updated successfully, but these errors were encountered:
Sometimes when editing code (in this case when changing the superclass of my class), the vm is executing code that was already removed in the browser. I get an exception/debugger that shows me method that I already deleted.
Things that don't fix this issue:
The text was updated successfully, but these errors were encountered: