Home
last modified time | relevance | path

Searched defs:py_db (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py155 def on_request(py_db, request): argument
271 def on_threads_request(self, py_db, request): argument
285 def _request_terminate_process(self, py_db): argument
490 def on_launch_request(self, py_db, request): argument
496 def on_attach_request(self, py_db, request): argument
502 def on_pause_request(self, py_db, request): argument
534 def on_next_request(self, py_db, request): argument
551 def on_stepin_request(self, py_db, request): argument
938 def on_scopes_request(self, py_db, request): argument
1077 def on_source_request(self, py_db, request): argument
[all …]
H A Dpydevd_process_net_command.py28 def process_net_command(self, py_db, cmd_id, seq, text): argument
81 def cmd_authenticate(self, py_db, cmd_id, seq, text): argument
89 def cmd_run(self, py_db, cmd_id, seq, text): argument
120 def cmd_version(self, py_db, cmd_id, seq, text): argument
151 def cmd_thread_run(self, py_db, cmd_id, seq, text): argument
154 def _cmd_step(self, py_db, cmd_id, seq, text): argument
164 def _cmd_set_next(self, py_db, cmd_id, seq, text): argument
222 def cmd_get_array(self, py_db, cmd_id, seq, text): argument
251 def cmd_get_frame(self, py_db, cmd_id, seq, text): argument
255 def cmd_set_break(self, py_db, cmd_id, seq, text): argument
[all …]
H A Dpydevd_api.py84 def run(self, py_db): argument
87 def notify_initialize(self, py_db): argument
90 def notify_configuration_done(self, py_db): argument
93 def notify_disconnect(self, py_db): argument
96 def set_protocol(self, py_db, seq, protocol): argument
128 def send_error_message(self, py_db, msg): argument
141 def list_threads(self, py_db, seq): argument
542 def reapply_breakpoints(self, py_db): argument
675 self, py_db, request, thread_id): argument
737 py_db, argument
[all …]
H A Dpydevd_net_command_factory_xml.py81 def make_list_threads_message(self, py_db, seq): argument
161 def _iter_visible_frames_info(self, py_db, frames_list): argument
189 def make_thread_stack_str(self, py_db, frames_list): argument
214 py_db, argument
276 def make_thread_suspend_single_notification(self, py_db, thread_id, stop_reason): argument
351 def _make_send_curr_exception_trace_str(self, py_db, thread_id, exc_type, exc_desc, trace_obj): argument
370 def make_get_exception_details_message(self, py_db, seq, thread_id, topmost_frame): argument
425 def make_show_console_message(self, py_db, thread_id, frame): argument
459 def make_skipped_step_in_because_of_filters(self, py_db, frame): argument
462 def make_evaluation_timeout_msg(self, py_db, expression, thread): argument
[all …]
H A Dpydevd_daemon_thread.py16 def __init__(self, py_db, target_and_args=None): argument
30 def py_db(self): member in PyDBDaemonThread
76 def run_as_pydevd_daemon_thread(py_db, func, *args, **kwargs): argument
H A Dpydevd_net_command_factory_json.py136 def make_list_threads_message(self, py_db, seq): argument
204 …def make_get_thread_stack_message(self, py_db, seq, thread_id, topmost_frame, fmt, must_be_suspend… argument
313 def make_thread_suspend_single_notification(self, py_db, thread_id, stop_reason): argument
409 def make_skipped_step_in_because_of_filters(self, py_db, frame): argument
417 def make_evaluation_timeout_msg(self, py_db, expression, curr_thread): argument
447 def make_exit_command(self, py_db): argument
H A Dpydevd_suspended_frames.py25 def __init__(self, py_db): argument
147 …def __init__(self, py_db, name, value, register_variable, is_return_value=False, evaluate_name=Non… argument
197 def change_variable(self, name, value, py_db, fmt=None): argument
245 def __init__(self, py_db, frame, register_variable): argument
255 def change_variable(self, name, value, py_db, fmt=None): argument
311 def __init__(self, suspended_frames_manager, py_db): argument
501 def track_frames(self, py_db): argument
H A Dpydevd_comm.py323 def __init__(self, py_db, api, watch_dirs): argument
358 def __init__(self, sock, py_db, terminate_on_socket_close=True): argument
577 def _send_io_message(py_db, s): argument
753 def internal_get_variable_json(py_db, request): argument
884 def internal_change_variable_json(py_db, request): argument
933 def _write_variable_response(py_db, request, value, success, message): argument
1128 def _evaluate_response(py_db, request, result, error_message=''): argument
1147 def internal_evaluate_expression_json(py_db, request, thread_id): argument
1313 def _set_expression_response(py_db, request, result, error_message): argument
1320 def internal_set_expression_json(py_db, request, thread_id): argument
[all …]
H A Dpydevd_trace_dispatch_regular.py40 def notify_skipped_step_in_because_of_filters(py_db, frame): argument
70 def fix_top_level_trace_and_get_trace_func(py_db, frame): argument
198 def trace_dispatch(py_db, frame, event, arg): argument
H A Dpydevd_vars.py287 def _run_with_interrupt_thread(original_func, py_db, curr_thread, frame, expression, is_exec): argument
304 def _run_with_unblock_threads(original_func, py_db, curr_thread, frame, expression, is_exec): argument
349 def new_func(py_db, frame, expression, is_exec): argument
378 def evaluate_expression(py_db, frame, expression, is_exec): argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py150 def on_request(py_db, request): argument
266 def on_threads_request(self, py_db, request): argument
280 def _request_terminate_process(self, py_db): argument
431 def on_launch_request(self, py_db, request): argument
437 def on_attach_request(self, py_db, request): argument
443 def on_pause_request(self, py_db, request): argument
475 def on_next_request(self, py_db, request): argument
492 def on_stepin_request(self, py_db, request): argument
783 def on_scopes_request(self, py_db, request): argument
922 def on_source_request(self, py_db, request): argument
[all …]
H A Dpydevd_process_net_command.py28 def process_net_command(self, py_db, cmd_id, seq, text): argument
81 def cmd_authenticate(self, py_db, cmd_id, seq, text): argument
89 def cmd_run(self, py_db, cmd_id, seq, text): argument
120 def cmd_version(self, py_db, cmd_id, seq, text): argument
151 def cmd_thread_run(self, py_db, cmd_id, seq, text): argument
154 def _cmd_step(self, py_db, cmd_id, seq, text): argument
164 def _cmd_set_next(self, py_db, cmd_id, seq, text): argument
197 def cmd_get_array(self, py_db, cmd_id, seq, text): argument
226 def cmd_get_frame(self, py_db, cmd_id, seq, text): argument
230 def cmd_set_break(self, py_db, cmd_id, seq, text): argument
[all …]
H A Dpydevd_api.py84 def run(self, py_db): argument
87 def notify_initialize(self, py_db): argument
90 def notify_configuration_done(self, py_db): argument
93 def notify_disconnect(self, py_db): argument
96 def set_protocol(self, py_db, seq, protocol): argument
128 def send_error_message(self, py_db, msg): argument
141 def list_threads(self, py_db, seq): argument
517 def reapply_breakpoints(self, py_db): argument
642 self, py_db, request, thread_id): argument
704 py_db, argument
[all …]
H A Dpydevd_net_command_factory_xml.py81 def make_list_threads_message(self, py_db, seq): argument
161 def _iter_visible_frames_info(self, py_db, frames_list): argument
189 def make_thread_stack_str(self, py_db, frames_list): argument
214 py_db, argument
276 def make_thread_suspend_single_notification(self, py_db, thread_id, stop_reason): argument
351 def _make_send_curr_exception_trace_str(self, py_db, thread_id, exc_type, exc_desc, trace_obj): argument
370 def make_get_exception_details_message(self, py_db, seq, thread_id, topmost_frame): argument
425 def make_show_console_message(self, py_db, thread_id, frame): argument
459 def make_skipped_step_in_because_of_filters(self, py_db, frame): argument
462 def make_evaluation_timeout_msg(self, py_db, expression, thread): argument
[all …]
H A Dpydevd_daemon_thread.py16 def __init__(self, py_db, target_and_args=None): argument
30 def py_db(self): member in PyDBDaemonThread
76 def run_as_pydevd_daemon_thread(py_db, func, *args, **kwargs): argument
H A Dpydevd_net_command_factory_json.py135 def make_list_threads_message(self, py_db, seq): argument
203 …def make_get_thread_stack_message(self, py_db, seq, thread_id, topmost_frame, fmt, must_be_suspend… argument
311 def make_thread_suspend_single_notification(self, py_db, thread_id, stop_reason): argument
399 def make_skipped_step_in_because_of_filters(self, py_db, frame): argument
407 def make_evaluation_timeout_msg(self, py_db, expression, curr_thread): argument
437 def make_exit_command(self, py_db): argument
H A Dpydevd_suspended_frames.py25 def __init__(self, py_db): argument
147 …def __init__(self, py_db, name, value, register_variable, is_return_value=False, evaluate_name=Non… argument
197 def change_variable(self, name, value, py_db, fmt=None): argument
245 def __init__(self, py_db, frame, register_variable): argument
255 def change_variable(self, name, value, py_db, fmt=None): argument
311 def __init__(self, suspended_frames_manager, py_db): argument
501 def track_frames(self, py_db): argument
H A Dpydevd_trace_dispatch_regular.py40 def notify_skipped_step_in_because_of_filters(py_db, frame): argument
70 def fix_top_level_trace_and_get_trace_func(py_db, frame): argument
198 def trace_dispatch(py_db, frame, event, arg): argument
H A Dpydevd_comm.py140 …def __init__(self, sock, py_db, PyDevJsonCommandProcessor, process_net_command, terminate_on_socke… argument
316 def __init__(self, sock, py_db, terminate_on_socket_close=True): argument
611 def internal_step_in_thread(py_db, thread_id, cmd_id, set_additional_thread_info): argument
652 def internal_get_variable_json(py_db, request): argument
782 def internal_change_variable_json(py_db, request): argument
831 def _write_variable_response(py_db, request, value, success, message): argument
894 def _evaluate_response(py_db, request, result, error_message=''): argument
913 def internal_evaluate_expression_json(py_db, request, thread_id): argument
1065 def _set_expression_response(py_db, request, result, error_message): argument
1072 def internal_set_expression_json(py_db, request, thread_id): argument
[all …]
H A Dpydevd_vars.py297 def _run_with_interrupt_thread(original_func, py_db, curr_thread, frame, expression, is_exec): argument
314 def _run_with_unblock_threads(original_func, py_db, curr_thread, frame, expression, is_exec): argument
359 def new_func(py_db, frame, expression, is_exec): argument
375 def evaluate_expression(py_db, frame, expression, is_exec): argument
H A Dpydevd_timeout.py25 def __init__(self, py_db): argument
166 def __init__(self, py_db): argument
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/_pydevd_bundle/
H A Dpydevd_trace_dispatch.py43 def trace_dispatch(py_db, frame, event, arg): argument
56 def trace_dispatch(py_db, frame, event, arg): argument
H A Dpydevd_process_net_command.py32 def process_net_command(py_db, cmd_id, seq, text): argument
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_trace_dispatch.py41 def trace_dispatch(py_db, frame, event, arg): argument
52 def trace_dispatch(py_db, frame, event, arg): argument
H A Dpydevd_process_net_command.py26 def process_net_command(py_db, cmd_id, seq, text): argument

12