Difference between revisions of "Develop menu"
Jump to navigation
Jump to search
m (→Develop) |
m (→Develop) |
||
Line 32: | Line 32: | ||
---- | ---- | ||
<ul> | <ul> | ||
*'''[[About the Update Indicators|Show Updates to Objects]]'''</ul> | *'''[[About the Update Indicators|Show Updates to Objects]]''' {{K|Ctrl|Alt|Shift|U}}</ul> | ||
---- | |||
*'''''Force an Error''''' ▶ <span style="background-color:#FF0">These intentionally crash the viewer, for debugging only.</span> | |||
**'''Force Breakpoint''' {{K|Ctrl|Alt|Shift|B}} | |||
**'''Force LLError and Crash''' | |||
**'''Force Bad Memory Access''' | |||
**'''Force infinite Loop''' | |||
**'''Force Driver Crash''' | |||
**'''Force Software Exception''' | |||
**'''Force Disconnect Viewer''' | |||
**'''Simulate a Memory Leak''' |
Revision as of 10:35, 29 December 2013
Develop
To enable, go to Me>Preferences, Advanced tab, and check "Show Developer Menu".
- Consoles ▶
- Texture Console Ctrl+Shift ⇧+3
- Debug Console Ctrl+Shift ⇧+4 scroll activity log on the main viewer window.
- Notifications Console Ctrl+Shift ⇧+5 trace dialogs, alerts, notifications.
- Fast Timers Ctrl+Shift ⇧+9 shows tasks performed per frame, see How do I get my Fast Timers results?.
- Scene Stattistics plot complexity of objects in view.
- Scene Loading Monitor (check this)
- Region Info to Debug Console dump region flags and stats to log.
- Group Info to Debug Console dump summary of active group info to log.
- Capabilities Info to Debug Console dump capability names and URLs to log.
- Camera camera and agent position/rotation overlaid on screen.
- Wind region wind speed and heading is overlaid on screen.
- FOV camera field of view angle overlaid on screen.
- Badge Ctrl+Alt+Shift ⇧+H Addresses VWR-11118.
- Show Info ▶
- Show Time elapsed viewer run time overlaid on screen.
- Show Upload Cost (not used)
- Show Render info render stats overlaid on screen.
- Show Matrices OpelGL matrix info overlaid on screen.
- Show Color Under Cursor rendered RGBA values overlaid on screen.
- Show Memory total viewer memory used overlaid on screen.
- Show Private Mem Info private pool stats overlaid on screen, use with MemoryPrivatePoolEnabled
- Show Updates to Objects Ctrl+Alt+Shift ⇧+U
- Force an Error ▶ These intentionally crash the viewer, for debugging only.
- Force Breakpoint Ctrl+Alt+Shift ⇧+B
- Force LLError and Crash
- Force Bad Memory Access
- Force infinite Loop
- Force Driver Crash
- Force Software Exception
- Force Disconnect Viewer
- Simulate a Memory Leak