diff options
author | Paul Rouget <me@paulrouget.com> | 2020-02-10 06:44:30 +0100 |
---|---|---|
committer | Paul Rouget <me@paulrouget.com> | 2020-02-10 06:51:18 +0100 |
commit | d83820061ec2df8b60235e430f2ff6b5f7eb2abd (patch) | |
tree | 743de9c52c5b33719e42fa0fc0903be49634af0f /support | |
parent | 49376e3b31ff5d3959e95c3891e8cefccf62cee9 (diff) | |
download | servo-d83820061ec2df8b60235e430f2ff6b5f7eb2abd.tar.gz servo-d83820061ec2df8b60235e430f2ff6b5f7eb2abd.zip |
enable devtools for hololens
Diffstat (limited to 'support')
-rw-r--r-- | support/hololens/ServoApp/ServoControl/Servo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/hololens/ServoApp/ServoControl/Servo.cpp b/support/hololens/ServoApp/ServoControl/Servo.cpp index 0db1bb93032..8cebc5b1379 100644 --- a/support/hololens/ServoApp/ServoControl/Servo.cpp +++ b/support/hololens/ServoApp/ServoControl/Servo.cpp @@ -92,7 +92,7 @@ Servo::Servo(hstring url, hstring args, GLsizei width, GLsizei height, : mWindowHeight(height), mWindowWidth(width), mDelegate(aDelegate) { capi::CInitOptions o; - hstring defaultPrefs = L" --pref dom.webxr.enabled"; + hstring defaultPrefs = L" --pref dom.webxr.enabled --devtools=6000"; o.args = *hstring2char(args + defaultPrefs); o.url = *hstring2char(url); o.width = mWindowWidth; |