Commit graph

7 commits

Author SHA1 Message Date
Edward Oakes
cc38ffb0a0
[debugger] Add doc entry for the --ray-debugger-external flag (#17294) 2021-07-23 12:00:30 -05:00
Philipp Moritz
c5c167300b
[Ray debugger] Set breakpoint() hook only for tasks and actors (#17164) 2021-07-17 10:27:51 -07:00
Philipp Moritz
0f79ebbd75
[Ray debugger] Sort breakpoints chronologically and print in table format (#17051) 2021-07-14 00:37:04 -07:00
Philipp Moritz
ac912f0ce1
Allow using breakpoint() to drop into Ray debugger (#17025)
* Set PYTHONBREAKPOINT

* update tests

* update

* update docs

* fix docs

* skip ray functions

* ok

Signed-off-by: Richard Liaw <rliaw@berkeley.edu>

* breakpoint() is only working in Python > 3.6

* add note

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2021-07-13 13:52:17 -07:00
Simon Mo
8e0a2f669b
[Doc] Remove trailing whitespaces (#13390) 2021-01-12 20:35:38 -08:00
Philipp Moritz
ec9ad4a56b
Documentation for Ray debugger stepping (#12845) 2020-12-20 00:43:27 -08:00
Philipp Moritz
28e7439cf0
[doc] Add documentation for Ray debugger (#11815)
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-11-05 16:25:27 -08:00