HPlogo HP/DDE Debugger User's Guide: HP 9000 Series 700/800 Computers > Appendix A Line-Mode User Interface

The User Interface Startup File

» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Glossary

 » Index

The file /opt/langtools/dde/ui/nls/C/ui_line.startup contains several macros that may save you some typing:

  • Use w to display the 10 lines immediately surrounding the current source line. The w command is an alias for view -5 -lines 10.

  • Use l to display the 10 lines immediately following the current source line. The l command is an alias for view -0 -lines 10.

  • The following macros execute common commands and allow you to repeat the command on subsequent lines by pressing the RETURN key:

    g

    go

    gr

    go -return

    sa

    search

    s

    step

    so

    step -over

    si

    step -instruction

    up

    env `env(-1)

    down

    env `env(+1)

  • The edit macro invokes vi to edit the source file.