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

deno bench does not support --inspect-brk #26808

Open
stefnotch opened this issue Nov 10, 2024 · 0 comments
Open

deno bench does not support --inspect-brk #26808

stefnotch opened this issue Nov 10, 2024 · 0 comments
Labels
needs discussion this topic needs further discussion to determine what action to take suggestion suggestions for new features (yet to be agreed)

Comments

@stefnotch
Copy link

Version: Deno 2.0.6

I wrote a benchmark for my code, and wanted to debug it. And also point the browser's performance profiler at it.
So I tried deno bench --inspect-brk. This however, does not work.

PM> deno bench --inspect-brk
error: unexpected argument '--inspect-brk' found

  tip: to pass '--inspect-brk' as a value, use '-- --inspect-brk'

Usage: deno bench [OPTIONS] [files]... [-- [SCRIPT_ARG]...]
@satyarohith satyarohith added suggestion suggestions for new features (yet to be agreed) needs discussion this topic needs further discussion to determine what action to take labels Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs discussion this topic needs further discussion to determine what action to take suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

No branches or pull requests

2 participants