mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: add support for -d trace_gen
too. Add v tracev
command.
This commit is contained in:
@ -35,6 +35,9 @@ V supports the following commands:
|
||||
* Others:
|
||||
build Build a V code in the provided path (the default, so you can skip the word `build`).
|
||||
translate Translate C code to V (coming soon in 0.3).
|
||||
tracev Produce a tracing version of the v compiler.
|
||||
Use `tracev yourfile.v` when the compiler panics.
|
||||
NB: `tracev` is much slower and more verbose than ordinary `v`
|
||||
|
||||
Use "v help <command>" for more information about a command, example: `v help build`, `v help build-c`
|
||||
Use "v help other" to see less frequently used commands.
|
||||
|
Reference in New Issue
Block a user