MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / request_exec_or_evaluate

Method request_exec_or_evaluate

_pydevd_bundle/pydevd_api.py:767–770  ·  view source on GitHub ↗
(self, py_db, seq, thread_id, frame_id, expression, is_exec, trim_if_too_big, attr_to_set_result)

Source from the content-addressed store, hash-verified

765 py_db.on_breakpoints_changed()
766
767 def request_exec_or_evaluate(self, py_db, seq, thread_id, frame_id, expression, is_exec, trim_if_too_big, attr_to_set_result):
768 py_db.post_method_as_internal_command(
769 thread_id, internal_evaluate_expression, seq, thread_id, frame_id, expression, is_exec, trim_if_too_big, attr_to_set_result
770 )
771
772 def request_exec_or_evaluate_json(self, py_db, request, thread_id):
773 py_db.post_method_as_internal_command(thread_id, internal_evaluate_expression_json, request, thread_id)

Callers 1

Calls 1

Tested by

no test coverage detected