Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Provide F-Script Object Browser #6

Open
vgrichina opened this issue Jan 16, 2013 · 3 comments
Open

Provide F-Script Object Browser #6

vgrichina opened this issue Jan 16, 2013 · 3 comments

Comments

@vgrichina
Copy link

http://www.fscript.org/documentation/ExploringCocoaWithFScript/

As I understand it may be a challenge to use it for remote debugging, but would be superawesome.

@jbrennan
Copy link
Contributor

Yeah it's definitely been on my want list.

@MonsieurDart
Copy link
Contributor

How can I help on that one?

@jbrennan
Copy link
Contributor

It would probably be a semi-significant amount of work:

  1. 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.
  2. 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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants