From de9d5031e970f2a4a8683b73692dbe8d5877b46d Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 12 Mar 2020 10:48:30 +0800 Subject: [PATCH] PUB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @caiichenr 本文首发地址:https://linux.cn/article-11986-1.html 您的 LCTT 专页地址:https://linux.cn/lctt/caiichenr 请注册以领取 LCCN: https://lctt.linux.cn/ --- ...Building a non-breaking breakpoint for Python debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20190813 Building a non-breaking breakpoint for Python debugging.md (99%) diff --git a/translated/tech/20190813 Building a non-breaking breakpoint for Python debugging.md b/published/20190813 Building a non-breaking breakpoint for Python debugging.md similarity index 99% rename from translated/tech/20190813 Building a non-breaking breakpoint for Python debugging.md rename to published/20190813 Building a non-breaking breakpoint for Python debugging.md index 94cfdbb949..0ad21ebeab 100644 --- a/translated/tech/20190813 Building a non-breaking breakpoint for Python debugging.md +++ b/published/20190813 Building a non-breaking breakpoint for Python debugging.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (caiichenr) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11986-1.html) [#]: subject: (Building a non-breaking breakpoint for Python debugging) [#]: via: (https://opensource.com/article/19/8/debug-python) [#]: author: (Liran Haimovitch https://opensource.com/users/liranhaimovitch)