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:l[-]
This option generates line numbers 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 line-number information for the resulting myClass.class file:
JVC /g:l myClass.java