I've noticed in our app built with pyinstaller, if there are errors the 
tracebacks are missing the contextual source lines. Additionally if we 
include breakpoints with `pdb.post_mortem()` or `pdb.set_trace()` there's 
no way of showing the lines of code, only the line number.

As you can imagine this makes it difficult to debug problems with our app.

Is there any way of including any source .py files in the built app? I 
couldn't find anything in the documentation about this.

Thanks
Craig de Stigter

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/468d66b3-5be6-499f-b59a-a31f7af6ad7dn%40googlegroups.com.

Reply via email to