def execute_code_no_report(self, text, tid, fid, frame_kind):
# execute given text in specified frame, without sending back the results
thread, cur_frame = self.get_thread_and_frame(tid, fid, frame_kind)
if thread is not None and cur_frame is not None:
thread.run_locally_no_report(text, cur_frame, frame_kind)
visualstudio_py_debugger.py 文件源码
python
阅读 20
收藏 0
点赞 0
评论 0
评论列表
文章目录