ray/python/ray
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
..
_private [Core] Get node to connect for driver in global state accessor (#16810) 2021-07-08 11:21:12 +08:00
autoscaler [GCP] Allow Head Node to Launch Workers with IAM Role (#17027) 2021-07-13 10:44:34 -07:00
cloudpickle Cloudpickle workaround for false positive cases (#15202) 2021-04-09 02:22:46 -07:00
core Define common data structures with protobuf. (#5121) 2019-07-08 22:41:37 +08:00
dataframe Dataframe deprecation (#2353) 2018-07-06 00:16:22 -07:00
experimental [Workflow] Workflow management - Part II (#16907) 2021-07-12 17:31:23 -07:00
includes [core] Add ray.util.list_actors() API (#16642) 2021-07-13 10:00:28 -05:00
internal Call Unblockifneeded (#16422) 2021-06-15 08:40:23 -07:00
ray_operator [k8s] Refactored k8s operator to use kopf for controller logic (#15787) 2021-06-01 12:00:55 -07:00
scripts [C++ worker] support build and add C++ worker to python wheel (#16496) 2021-07-08 14:42:26 +08:00
serve [serve] Bump timeouts on test_deploy and re-enable (#16969) 2021-07-12 11:38:02 -05:00
tests [core] Add ray.util.list_actors() API (#16642) 2021-07-13 10:00:28 -05:00
tune [RLlib] ONNX export for tensorflow (1.x) and torch (#16805) 2021-07-13 12:38:11 -04:00
util Allow using breakpoint() to drop into Ray debugger (#17025) 2021-07-13 13:52:17 -07:00
workers [Core] Rename container option and ray-nest-container (#16771) 2021-07-01 13:12:26 +08:00
__init__.py Make it more convenient to develop ray.data by setting RAY_EXPERIMENTAL_DATA_API=1 (#16685) 2021-06-26 09:17:30 -07:00
_raylet.pxd [core] Record Plasma object sources and dump on out of memory (#16179) 2021-06-02 10:04:15 -07:00
_raylet.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00
_raylet.pyx [core] Add ray.util.list_actors() API (#16642) 2021-07-13 10:00:28 -05:00
actor.py [core] Add ray.util.list_actors() API (#16642) 2021-07-13 10:00:28 -05:00
client_builder.py Enable ray auto init by default (#16861) 2021-07-06 21:56:32 -07:00
cluster_utils.py [core] Fixes connect from worker node failed (#16045) 2021-06-11 18:51:46 -07:00
cross_language.py [Core] [runtime env] Support specifying runtime env in @ray.remote decorator (#16660) 2021-06-25 09:37:40 -05:00
exceptions.py [Core] Fix asyncio actor exit. (#15925) 2021-05-20 17:21:58 -07:00
external_storage.py Fix flaky test_plasma_unlimited::test_fallback_allocation_failure (#17016) 2021-07-12 20:17:23 -07:00
gcs_utils.py Split heartbeat message (#12535) 2020-12-11 21:19:57 +08:00
job_config.py [Core] [runtime env] Don't delete working_dir from runtime env (#16475) 2021-06-18 10:15:20 -05:00
new_dashboard [Dashboard] New dashboard skeleton (#9099) 2020-07-27 11:34:47 +08:00
nightly-wheels.yaml Bump dev branch to 2.0 to avoid endless version bump toil (#13497) 2021-01-15 17:41:17 -08:00
node.py [Core]Align storage of session_dir in java/python so it can be accessed u… (#16958) 2021-07-12 17:42:13 +08:00
profiling.py Disable timeline events collection in Ray by default (#15989) 2021-06-02 18:04:29 -07:00
py.typed Support ray task type checking (#9574) 2020-07-21 19:05:42 -07:00
ray_cluster_perf.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
ray_constants.py [runtime env] Download runtime env(conda) in agent instead of setup_worker (#16525) 2021-06-25 19:39:05 +08:00
ray_perf.py [release] Move xgboost tune small + microbenchmark release test to new release automation (#15619) 2021-05-08 20:38:39 +01:00
remote_function.py [Core] Bump override_environment_variables removal date from Ray 1.5 to 1.6 (#16755) 2021-06-30 09:31:08 -05:00
resource_spec.py [autoscaler][kubernetes] Helm chart (#15614) 2021-05-17 16:55:10 -07:00
rllib [rllib] Try moving RLlib to top level dir (#5324) 2019-08-05 23:25:49 -07:00
runtime_context.py [client] Client builder API namespace support (#15934) 2021-05-20 12:36:05 -07:00
serialization.py [Core][Serialization] Fix recursive resolve/deserialization (#16794) 2021-07-01 01:44:24 -07:00
serialization_addons.py [Serialization] Pydantic -> serialization_addons.py and Ray Client support. (#15181) 2021-04-14 15:21:13 -07:00
services.py [Code Cleanup] Switch to use ray.util.get_node_ip_address() (#14741) 2021-03-18 13:10:57 -07:00
setup-dev.py [windows] correct symlinks for files (node.py) (#16817) 2021-07-06 10:01:13 -07:00
state.py [Core] Get node to connect for driver in global state accessor (#16810) 2021-07-08 11:21:12 +08:00
streaming [Streaming] Streaming data transfer and python integration (#6185) 2019-12-10 20:33:24 +08:00
test_utils.py Deflake test_failure_3 (#16854) 2021-07-02 18:00:42 -07:00
utils.py [Core] Adds deprecation decorator and fixes privatization of a few APIs. (#14811) 2021-03-22 10:31:50 -07:00
worker.py Allow using breakpoint() to drop into Ray debugger (#17025) 2021-07-13 13:52:17 -07:00
worker.pyi [Core] Type check ObjectRef (#9856) 2020-08-11 10:38:29 -07:00