From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ivan Deras Subject: Debugging a Process ... Date: Thu, 24 Oct 2002 15:46:13 -0600 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <3DB86A25.5000109@uv.unitec.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org I want to know how to debug a process in Linux, i know that in Windows i can use Windows-API to attach a debugger process to the debugged process, but in Linux i don't know ...