Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visual feedback of executed JavaScript code #151

Open
Thibaut-Gudin opened this issue Jun 16, 2021 · 1 comment
Open

Add visual feedback of executed JavaScript code #151

Thibaut-Gudin opened this issue Jun 16, 2021 · 1 comment

Comments

@Thibaut-Gudin
Copy link

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?

@mlasson
Copy link
Member

mlasson commented Jul 26, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants