5 ms·
Very interesting. I would love to see this for other programming languages, especially Ruby (probably fairly easy) or Objective-C (may be quite hard).
by jphackworth 15y ago
Very interesting. I would love to see this for other programming languages, especially Ruby (probably fairly easy) or Objective-C (may be quite hard).
- albertzeyer 15y agoFor ObjC: https://github.com/albertz/Pyjector https://github.com/albertz/Pyjector (and then access the ObjC runtime via the Python ObjC bridge) https://github.com/albertz/FScriptAnywhereSIMBL https://github.com/albertz/FScriptAnywhereSIMBL
- saurik 15y agoOr Cycript, which all of us iOS hackers use. ;P http://www.cycript.org/ http://www.cycript.org/ http://iphonedevwiki.net/index.php/Cycript http://iphonedevwiki.net/index.php/Cycript
- Xuzz 15y agoObjective-C also has Cycript at http://cycript.org/ http://cycript.org/, which has a hybrid syntax of JavaScript and Objective-C and supports injecting into any running process.b
- mcantelon 15y agoIt's dead easy in Node using the REPL module (http://nodejs.org/docs/v0.6.5/api/repl.html http://nodejs.org/docs/v0.6.5/api/repl.html). I've used this to debug weird async issues.
- rue 15y agoRuby's had the much more featureful Pry for some time now: http://github.com/pry/pry http://github.com/pry/pry. (And there have been various projects to provide some sub-capabilities for years.)
- Maven911 15y agoId like to see it in bash, all i know now is to use the +x option but you need to do it before its run
- draegtun 15y agoWith Perl you would use Enbugger & gdb using these instructions: https://metacpan.org/module/Enbugger#From-gdb https://metacpan.org/module/Enbugger#From-gdb