Skip to content

sreekarmuddu/SublimeWebInspector

 
 

Repository files navigation

Sublime Web Inspector (SWI)

Sublime Web Inspector works on top of WebInspectorProtocol. All information is displayed in console and text files. You can click on objects from console or stack trace to evaluate them. You can click on file name to goto file and line instantly. All clickable zone have borders to simply vizualize them.

All feature request and bugs you can add to https://github.com/sokolovstas/SublimeWebInspector/issues

Thanks XDebug Authors for inspiration

Instalation

Do in your Packages folder: git clone git://github.com/sokolovstas/SublimeWebInspector.git Web\ Inspector

I prepare plugin to Package Manager after some testing

Features

  • Breakpoints for project stored in user settings with absolute paths.
  • Console.
  • Debugger steps and breakpoints.
  • Stack trace.
  • You can see object properties and values in console and stack trace.

Commands

All commands you can find in "Sublime Web Inspector" command. And here a complete list:

Command for controlling debugger

  • swi_debug_resume
  • swi_debug_step_into
  • swi_debug_step_out
  • swi_debug_step_over

Breakpoints

  • swi_debug_breakpoint

Page

  • swi_debug_reload

Start-stop

  • swi_debug_start
  • swi_debug_stop

Utils

  • swi_debug_start_chrome

Settings

In settings you can change layouts for debugger, some color and path to Google Chrome

PS

Close Google Chrome befor run it in remote debugger mode.

About

Web Inspector allow you debug Javascript right in the editor

Resources

Stars

Watchers

Forks

Packages

No packages published