Thanks for all the reply.
I hope that anyone know a good way to debug cython "Python-like" code
without using insert print statements.
> I should have googled before I replied:
>
> http://docs.cython.org/src/userguide/debugging.html
Before I post the question I had take a look it the link above
On Mon, Nov 12, 2012 at 12:08 PM, Jason Grout
wrote:
> On 11/12/12 12:26 PM, Raniere Gaia Silva wrote:
>>
>> Hi,
>> how is the easy way to debug a Cython code?
>
>
> I insert print statements, think really hard, insert more print statements,
> etc.
This is what I typically do.
> I think you can