Hello. I'm using format_exc() to send logs with possible errors to my database.
Using SPP mode (pyarmor-7), the output of format_exc exception is:
Traceback (most recent call last):
File , line 385, in run
File , line -1, in spp_caller
File , line -1, in spp_caller
TypeError: <= not supported between instances of str and int
Is there anyway to know exactly where is the error ? Using past VM mode it was working well