mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-10 00:00:29 +08:00
parent
20a555dc9a
commit
15cdf7d944
@ -1,8 +1,8 @@
|
|||||||
[#]: collector: (lujun9972)
|
[#]: collector: (lujun9972)
|
||||||
[#]: translator: (hanwckf)
|
[#]: translator: (hanwckf)
|
||||||
[#]: reviewer: (wxy)
|
[#]: reviewer: (wxy)
|
||||||
[#]: publisher: ( )
|
[#]: publisher: (wxy)
|
||||||
[#]: url: ( )
|
[#]: url: (https://linux.cn/article-11667-1.html)
|
||||||
[#]: subject: (Debugging Software Deployments with strace)
|
[#]: subject: (Debugging Software Deployments with strace)
|
||||||
[#]: via: (https://theartofmachinery.com/2019/11/14/deployment_debugging_strace.html)
|
[#]: via: (https://theartofmachinery.com/2019/11/14/deployment_debugging_strace.html)
|
||||||
[#]: author: (Simon Arneaud https://theartofmachinery.com)
|
[#]: author: (Simon Arneaud https://theartofmachinery.com)
|
||||||
@ -10,6 +10,8 @@
|
|||||||
在软件部署中使用 strace 进行调试
|
在软件部署中使用 strace 进行调试
|
||||||
======
|
======
|
||||||
|
|
||||||
|
![](https://img.linux.net.cn/data/attachment/album/201912/12/130413poennny2pbrgy9ot.jpg)
|
||||||
|
|
||||||
我的大部分工作都涉及到部署软件系统,这意味着我需要花费很多时间来解决以下问题:
|
我的大部分工作都涉及到部署软件系统,这意味着我需要花费很多时间来解决以下问题:
|
||||||
|
|
||||||
* 这个软件可以在原开发者的机器上工作,但是为什么不能在我这里运行?
|
* 这个软件可以在原开发者的机器上工作,但是为什么不能在我这里运行?
|
Loading…
Reference in New Issue
Block a user