VirtualBox

Changeset 14198 in vbox


Ignore:
Timestamp:
Nov 14, 2008 7:55:28 AM (16 years ago)
Author:
vboxsync
Message:

document debugging command line parameters in VirtualBox -h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp

    r13601 r14198  
    176176            "Usage:\n"
    177177            "  -startvm <vmname|UUID>     start a VM by specifying its UUID or name\n"
    178             "  -rmode %-19s select different render mode (default is %s)\n",
     178            "  -rmode %-19s select different render mode (default is %s)\n"
     179# ifdef VBOX_WITH_DEBUGGER_GUI
     180            "  -dbg                       enable the GUI debug menu\n"
     181            "  -debug                     like -dbg and show debug windows at VM startup\n"
     182            "  -no-debug                  disable the GUI debug menu and debug windows\n"
     183            "\n"
     184            "The following environment variables are evaluated:\n"
     185            "  VBOX_GUI_DBG_ENABLED       enable the GUI debug menu if set\n"
     186            "  VBOX_GUI_DBG_AUTO_SHOW     show debug windows at VM startup\n"
     187            "  VBOX_GUI_NO_DEBUGGER       disable the GUI debug menu and debug windows\n"
     188# endif
     189            "\n",
    179190            mode.toLatin1().constData(),
    180191            dflt.toLatin1().constData());
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette