| Index: sky/tools/skydb
|
| diff --git a/sky/tools/skydb b/sky/tools/skydb
|
| index 66023c96dd68a7fdcf0d609abb24d0f3f2801e37..35e069c50865bab26e221c724672ecff6cc4d4a3 100755
|
| --- a/sky/tools/skydb
|
| +++ b/sky/tools/skydb
|
| @@ -104,9 +104,9 @@ class SkyDebugger(object):
|
| shell_args = [
|
| '--v=1',
|
| '--content-handlers=%s' % ','.join(content_handlers),
|
| - '--url-mappings=mojo:window_manager=mojo:sky_debugger',
|
| - '--args-for=mojo:sky_debugger_prompt %d' % remote_command_port,
|
| - 'mojo:window_manager',
|
| + '--url-mappings=mojo:window_manager=mojo:kiosk_wm',
|
| + '--args-for=mojo:sky_debugger %d' % remote_command_port,
|
| + 'mojo:sky_debugger',
|
| ]
|
|
|
| if args.url_or_path:
|
| @@ -569,8 +569,6 @@ class SkyDebugger(object):
|
| 'starts tracing the running sky instance')
|
| self._add_basic_command(subparsers, 'reload', '/reload',
|
| 'reload the current page')
|
| - self._add_basic_command(subparsers, 'inspect', '/inspect',
|
| - 'start the inspector on the current page (Linux only)')
|
| self._add_basic_command(subparsers, 'start_profiling', '/start_profiling',
|
| 'starts profiling the running sky instance (Linux only)')
|
|
|
|
|