Debugging interfaces (Firefox WebIDE)

I’m not sure if many people are aware of the work which has been done with
Firefox’s WebIDE,
which is available using Shift-F8 in the latest versions.

If has the very handy ability to remotely debug Safari, Chrome and Firefox
on local and devices via USB,
all via a single interface, especially handy if you want to debug iOS web
apps from a windows machine

It uses Valance https://developer.mozilla.org/en-US/docs/Tools/Valence to
interface to the different
debugging protocols.

I was wondering if it would be possible/practical to hook this up to Lucee
to allow server side debugging?

z

Chrome dev tools now has supporting for debugging nodejs (aka server side
code)

Something which might nice to consider for the roadmap with Lucee

It’s one of the things demo-ed in this really informative video which I
highly
recommend watching to see what’s been add/improved in Chrome Dev Tools

Debugging The Web (Chrome Dev Summit 2016)
https://www.youtube.com/watch?v=HF1luRD4QmkOn Wednesday, 7 October 2015 15:02:47 UTC+11, Zac Spitzer wrote:

I’m not sure if many people are aware of the work which has been done with
Firefox’s WebIDE,
which is available using Shift-F8 in the latest versions.

Firefox Profiler - Documentation

If has the very handy ability to remotely debug Safari, Chrome and Firefox
on local and devices via USB,
all via a single interface, especially handy if you want to debug iOS web
apps from a windows machine

It uses Valance https://developer.mozilla.org/en-US/docs/Tools/Valence to
interface to the different
debugging protocols.

I was wondering if it would be possible/practical to hook this up to Lucee
to allow server side debugging?

z