doc: add debugging JS backend source map flags (#10460)
parent
bdc8586ddd
commit
f922fc2a59
|
@ -4013,10 +4013,11 @@ native backend (flag: `-b native`).
|
||||||
|
|
||||||
### Javascript Backend
|
### Javascript Backend
|
||||||
|
|
||||||
There is currently no support for source maps for Javascript output,
|
To debug the generated Javascript output you can active source maps:
|
||||||
created by the JS Backend (flag: `-b js`).
|
`v -b js -sourcemap hello.v -o hello.js`
|
||||||
|
|
||||||
|
|
||||||
|
For all supported options check the latest help:
|
||||||
|
`v help build-js`
|
||||||
|
|
||||||
## Conditional compilation
|
## Conditional compilation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue