2.5 Move to the Specified Line

You can move to the specified line by using the Go to Line dialog box that is opened by selecting [Go to...] from the context menu.

In this dialog box, follow the procedure described below to move to a specified line.

Figure 2.13

Move to Specified Line (Go to Line Dialog Box)

(1)

Specify [Line number (valid line range) or symbol]

Directly enter the line number (decimal number), symbol nameNote 1 or addressNote 2 to which you want to move the caret.

"(valid line range)" shows the range of valid lines in the current file.

By default, the number of the line where the caret is currently located in the Editor panel is displayed.

Note 1.

Note the following, when specifying a symbol name:

-

Either a function name or a variable name can be specified as a symbol name.

-

On the Property panel of the build tool to be used, specify [Yes(-Xcref)][CC-RH][CC-RX]/[Yes(-cref)][CC-RL] with the [Output cross reference information] property, and then run and complete a build.

-

If an error in building occurs, the cross reference information before the error occurred is used.

Note 2.

Note the following, when specifying an address:

-

Enter a hexadecimal number with prefix "0x" or "0X" added (a decimal number is handled as a line number).

-

Run and complete a build.

-

If an error in building occurs, the information before the error occurred is used.

(2)

Click the [OK] button

Caret is moved to the specified line.