DocsPlaygroundBlogCommunityPackages
  • Playground
  • Blog
  • Community
  • Packages
  • X
  • Bluesky
  • GitHub
  • Forum
Language ManualAPISyntax LookupReact

Syntax Lookup

Enter some language construct you want to know more about.
This is the debugger extension point.

%debugger is used to insert a JavaScript debugger statement.

ReScriptJS Output
let f = (x, y) => {
  %debugger
  x + y
}

References

  • Embed Raw JavaScript: Debugger

  • Extension Point Attributes

© 2025 The ReScript Project

About
  • Community
  • ReScript Association
Find us on