From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephan Zimmermann Date: Thu, 17 Aug 2006 14:05:44 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608171405.44978.s.zimmermann@domain.hid> Subject: [Xenomai-help] Debugging List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: xenomai@xenomai.org Hello List, I am facing some trouble debugging my Xenomai application. When I set a breakpoint in my main() task, everything works fine. If I set a breakpoint in another task, the debugger won't stop the application. Is this a known problem, or am I doing something wrong (compiler/debugger options)? I tryed it within Eclipse and gdb commandline interface, both gave me the same results. Can someone give me a Hint? My System: Debian 3.1 on AMD X2, running in 32bit mode Xenomai 2.2 on Kernel 2.6.17.6, with no other patches debian standard gcc 3.3.5 (same problem on intel notebook) The program I'm working on is written in C++, wrapping classes around the native skin. Thanks Stephan