Syntax
/g:t[-]
This option generates debug tables that are used when debugging a program. No debugging options are set by default.
Note To disable this option, use a dash (–) after the option on the command line.
Example
The following command instructs JVC to generate debug-table information for the resulting myClass.class
file:
JVC /g:t myClass.java