Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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