VirtualBox

Changes between Version 9 and Version 10 of DnDDebug


Ignore:
Timestamp:
Jun 29, 2015 8:35:27 AM (9 years ago)
Author:
pentagonik
Comment:

Fixes.

Legend:

Unmodified
Added
Removed
Modified
  • DnDDebug

    v9 v10  
    1818 * Run !VirtualBox from the command line with the environment variable
    1919{{{
    20 VBOX_RELEASE_LOG=+guest_dnd.e.l.l2.l3.f
     20VBOX_RELEASE_LOG=guest_dnd.e.l.l2.l3.f
    2121}}}
    2222   set (see the description of the [wiki:VBoxLogging logging facility] for more background). On Windows you
    2323   can use
    2424{{{
    25 setx VBOX_RELEASE_LOG "+guest_dnd.e.l.l2.l3.f" /M
     25setx VBOX_RELEASE_LOG "guest_dnd.e.l.l2.l3.f" /M
    2626}}}
    2727   on an Administrator command prompt to set this on a system-wide level (required). On POSIX-enabled systems like Linux, Unix or OS X you can  add the following to file /etc/profile:
    2828{{{
    29 export VBOX_RELEASE_LOG=+guest_dnd.e.l.l2.l3.f
     29export VBOX_RELEASE_LOG=guest_dnd.e.l.l2.l3.f
    3030}}}
    3131
     
    5555   to
    5656{{{
    57 VBOX_RELEASE_LOG_DEST="file=/tmp/VBoxClient.log" VBOX_RELEASE_LOG_FLAGS="time tid thread" export VBOX_RELEASE_LOG="+all.e.l.f" /usr/bin/VBoxClient --draganddrop
     57VBOX_RELEASE_LOG_DEST="file=/tmp/VBoxClient.log" VBOX_RELEASE_LOG_FLAGS="time tid thread" export VBOX_RELEASE_LOG="all.e.l.l2.l3.f" /usr/bin/VBoxClient --draganddrop
    5858}}}
    5959 
     
    7474{{{
    7575setx VBOX_RELEASE_LOG_FLAGS "time tid thread" /M
    76 setx VBOX_VBOXTRAY_RELEASE_LOG "+guest_dnd.e.l.l2.l3.f" /M
     76setx VBOX_VBOXTRAY_RELEASE_LOG "guest_dnd.e.l.l2.l3.f" /M
    7777setx VBOX_RELEASE_LOG_DEST "file C:\Temp\VBoxTray.log" /M
    7878}}}
     
    8484DnD: <More logging comes here>
    8585}}}
     86
     87=== Troubleshooting ===
     88
     89Question: The command '''setx''' does not work on my Windows guest or host. What to do?[[BR]]
     90Answer: Older Windows operating systems (such as Windows XP) don't have the command '''setx''' available. You have to install the "Windows XP Support Tools" first: [http://www.microsoft.com/en-us/download/details.aspx?id=18546 Download]
    8691
    8792== Ok, all done! What now? ==

© 2023 Oracle
ContactPrivacy policyTerms of Use