gen_js_api icon indicating copy to clipboard operation
gen_js_api copied to clipboard

Add visual feedback of executed JavaScript code

Open Thibaut-Gudin opened this issue 4 years ago • 1 comments

When a gen_js_api function is called there is currently no way to know which is the Javascript code executed when the function is used. This renders the definition of the correct function signatures pretty difficult, especially when working on function that don't give immediate feed-back. Would it be possible to print the JavaScript code executed instead of (or on top of) executing it?

Thibaut-Gudin avatar Jun 16 '21 08:06 Thibaut-Gudin

Hello !

I guess we could instrument the generated code; but there is currently no plan to add this feature unless their is a strong demand for it.

mlasson avatar Jul 26 '21 12:07 mlasson