Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
paradoxxxzero committed Oct 8, 2013
1 parent defbf50 commit 2fda333
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- [FAQ](#faq)
- [In Firefox opened debugging pages are not closed when done](#in-firefox-opened-debugging-pages-are-not-closed-when-done)
- [Contribute](#contribute)
- [Test](#test)
- [Author](#author)
- [Licence](#licence)

Expand All @@ -41,7 +42,7 @@ The wdb clients allow step by step debugging, in-program python code execution,

Due to this architecture, all of this is fully compatible with **multithread** and **multiprocess** programs.

**wdb** works with python 2, python 3 and pypy.
**wdb** works with python 2 (2.6, 2.7), python 3 (3.2, 3.3) and pypy.
Even better, it is possible to debug a python 2 program with a wdb server running on python 3 and vice-versa or debug a program running on a computer with a debugging server running on another computer inside a web page on a third computer!

In other words it's a very enhanced version of pdb directly in your browser with nice features.
Expand Down Expand Up @@ -354,13 +355,11 @@ Wdb has dynamic code completion in eval prompt thanks to [jedi](https://github.c

## Browser Support

wdb is based on websockets so it *should* work on :
wdb is based on websockets and since 3812417 its layout relies on flexbox, browser requirement is now :

- Chrome 14
- Firefox 11
- IE 10
- Safari 6
- Opera 12.1
- Chrome 29
- Firefox 22
- IE 11

Better update you browser in any case.
If it doesn't work with one of these version please report it.
Expand All @@ -379,6 +378,17 @@ It's a firefox config flag, visit `about:config` and set:
All contributions are more than welcomed, use the fork luke !


## Test

Wdb is now partially tested, so if you want to contribute be sure to run the test suite:

```
$ pip install pytest
$ py.test
```

Feel free to add tests !

## Author

[Florian Mounier](http://github.com/paradoxxxzero) @ [Kozea](http://kozea.fr/)
Expand Down

0 comments on commit 2fda333

Please sign in to comment.