>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

Reply via email to