Hello,

I'm trying to debug a python module, but when I try to step into a line:

from mip.gurobi import SolverGurobi

I got the message:

 <no source code available> 

 If this is generated code and you would like the source code to show up here, 
 add it to linecache.cache, like

 import linecache 
 linecache.cache[filename] = (size, mtime, lines, fullname)

You can also set the attribute _MODULE_SOURCE_CODE in the module in which this 
function
was compiled to a string containing the code. 

Linecache.cache is a config file ?

This is strange, other debuggers seem to work (kdevelop),
Could anyone help me ?

Thanks
_______________________________________________
Pudb mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to