Pluggable Rhino DebuggersThis is a proposal to add enhanced support for Rhino debuggers, profilers, and tracers to Helma 1.7.
The first item may require maintaining a second, non-optimizing RhinoCore instance. Another idea from Elias Wimmer: Add trace data as JSON encoded HTTP header, so people can write a firefox extension to display the profiler data in the browser. |
navigation
Download
Community
Weblog
Mailing Lists
IRC Channel
Documentation
Introductions
Tools
Reference
Project
Roadmap
Bug Reporting
Source
Wiki
Tags
Updates
Related Projects
Sites using Helma
Shop
search
tags for this page
all tags
Tagsapps (1) bugs (2) class (1) community (2) compatibility (1) concurrency (1) continuations (2) Documentation (4) Documentation ORM (1) dogfood (1) formatting (1) gobi (1) helma (6) helma 1.6 (13) helma 1.7 (8) helma 2 (13) helma ng (7) hopobject (1) html (1) inheritance (5) introspection (1) java (2) javascript (5) jetty (1) JSDoc (1) lazy (1) marius person (1) metaprogramming (2) modules (3) oop (1) organization (2) ORM (1) parsing (1) project (2) projects (1) prototype (1) Rabbit (2) REPL (1) rhino (4) roadmap (3) shell (1) shop (0) Skin Rendering (5) Snippets (1) source svn (1) sugar (3) templates (13) testing (4) Tobi (7) tobi repl shell introspection (0) xml (1) Pages linking to this page: Wiki Overview Text Draft |
Comments
#1 by zumbrunn at 2007/12/11 19:00Can we put that much JSON data into a HTTP header? I like the idea, if that's possible. I was thinking we would just insert the JSON data into a script tag in html pages, as an object literal for a global var. But if the HTTP header trick is feasible then that would be way more flexible and compatible.
#2 by hannes at 2007/12/11 21:08Yes, I think it should be possible. At least it's worth a try. I think I might add this as an experimental feature in Helma 1.6.1 already, as it's pretty easy to implement.