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

Improve support for proxies #69

Open
LinqLover opened this issue Mar 17, 2022 · 1 comment
Open

Improve support for proxies #69

LinqLover opened this issue Mar 17, 2022 · 1 comment
Labels
bug Something isn't working upstream

Comments

@LinqLover
Copy link
Collaborator

In theory, it should be even possible to debug ProtoObject new yourself without that the UI crashes. This, however, is currently neither possible in the normal debugger nor in the TraceDebugger because there are several places that inexorably send messages to the receiver of the selected context. This issue is for making sure that no debugger pops up while stepping through ProtoObject new yourself etc. Also, print-its in the inspector should work.

@LinqLover LinqLover added bug Something isn't working upstream labels Mar 17, 2022
@LinqLover
Copy link
Collaborator Author

Also, shouldn't each #tbdproxyYourself be passed a memory in theory to avoid deconstructing foreign proxies?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

1 participant