orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
518 stars 220 forks source link

Form Builder/Form Runner development console #2169

Open ebruchez opened 9 years ago

ebruchez commented 9 years ago

When developing forms, it'd be great to have more visibility, for example on errors. Some errors happen as a matter of course, but some not.

Until Orbeon Forms 4.9, we used to show an error dialog in dev mode. But this is not ideal. Instead:

As a first approximation, a very simple console could be hooked up in the spot where we show the dynamic errors dialog.

See also #2161.

bytesnz commented 8 years ago

Could you just use the javascript console and pipe errors to that?

avernet commented 8 years ago

We were thinking of something slightly more high level, but I agree: doing something at the console level might be a first good step.

ebruchez commented 8 years ago

Either way a requirement is that the server should send to the client some of the information which otherwise goes to a log file on the server.

+1 for starting with something simple.

ebruchez commented 4 years ago

+1 from customer also to debug service calls/the send action. I added some doc about how to do it right now but it's not ideal.

ebruchez commented 4 years ago

What the console should cover: