Skip to content

A Brackets extension to run a script and parse clickable links from the stack trace.

License

Notifications You must be signed in to change notification settings

kamrik/brackets-simple-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brackets-simple-runner

A Brackets extension to run a script and parse clickable links from the stack trace.

The command is available under File -> Run runner or Ctrl-F9. It runs a script called "go" from the currently open project dir. For now it can only parse Node.js stack trace.

It only collects stdout, so you need to redirect stderr into stdout yourself in the go script.

Example script

#!/bin/bash
/usr/local/bin/node tst.js 2>&1

Simple runner screenshot

About

A Brackets extension to run a script and parse clickable links from the stack trace.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published