RAPID
  • Introduction
  • Quick start
  • Resources
    • Debugging
    • Compiler
    • Rapid CLI
    • Project structure
  • Language
    • Types [proposal]
    • Variables [proposal]
    • Functions
  • Sources
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Resources

Debugging

Developer's friend

PreviousQuick startNextCompiler

Last updated 5 years ago

Was this helpful?

Thanks to sourcemaps Rapid can be debugged natively in the browsers dev tools. It's built with developers in mind - that's why you don't need to learn new tooling and new debugging practices.

Sourcemaps are only helpful in development environment while debugging. They are not included in production environment so the security is better and binary size is even smaller.