/g:l — Generate Line Number Information Option (JVC)

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