Skip to content

Commit

Permalink
Readme++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 29, 2014
1 parent a98c283 commit 4fd6f39
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,19 @@ setInterval(function(){

The __DEBUG__ environment variable is then used to enable these based on space or comma-delimited names. Here are some examples:

### OSX and Linux usage

![debug http and worker](http://f.cl.ly/items/18471z1H402O24072r1J/Screenshot.png)

![debug worker](http://f.cl.ly/items/1X413v1a3M0d3C2c1E0i/Screenshot.png)

### Windows usage
#### Windows note

On Windows the environment variable is set using the `set` command.

```cmd
set DEBUG=*,-not_this
```

The run the program to be debugged as ususal.
Then, run the program to be debugged as ususal.

## Millisecond diff

Expand Down

0 comments on commit 4fd6f39

Please sign in to comment.