help req debugging python and c together

2010-04-19 Thread sanam singh

Hi,
I am working in gnuradio compiler. I need some help in debugging python and c 
together.
By this i mean that i have written some blocks in c that are connected together 
using python. So i need to debug( breakpoints ect ) python such that when a 
specific c block is called at the back end  (in python script ) the debugger 
takes me into the c code and after that switches back to python and so on.

Thanks in advance.
Regards,
Sanam
  
_
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969-- 
http://mail.python.org/mailman/listinfo/python-list


Re: help req debugging python and c together

2010-04-19 Thread CHEN Guang
Hi,
I am working in gnuradio compiler. I need some help in debugging python and c 
together.
By this i mean that i have written some blocks in c that are connected 
together using python. So i need to debug
( breakpoints ect ) python such that when a specific c block is called at the 
back end  (in python script ) the 
debugger takes me into the c code and after that switches back to python and 
so on.

Thanks in advance.
Regards,
Sanam
 
PythoidC ( http://pythoidc.googlecode.com or http://pythoidc.sf.net ) is a C 
language tool for Python, C code and Python code coexist in the same IDE or 
even the same file, thus avoids most of the switches in debugging python and c 
together.
 -- 
http://mail.python.org/mailman/listinfo/python-list