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
{{ message }}
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.
It would probably be a semi-significant amount of work:
You'd need a Mac interface for it. You could look at how the F-Script project does it, and maybe crib some of their code, but I'd recommend building your own because theirs is pretty old.
Once you have the column browser, you need a way to communicate it with the superdb runtime. This would require some extra network functionality like getting the entire class and method list (I have some of this started). You'd also need to be able to get the current environment (which variables are defined, etc). Again, this is provided by the Objective C runtime (and likely F-Script's runtime as well), but it's not yet consumable.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://www.fscript.org/documentation/ExploringCocoaWithFScript/
As I understand it may be a challenge to use it for remote debugging, but would be superawesome.
The text was updated successfully, but these errors were encountered: