Traceback is identifying the wrong line of error
Whenever I get traceback errors, my traceback does not point at the line where the error occurs but rather the function definition that contains the line with the error.
I use wing ide personal 6.0 console version and python 3.7. This error did not occur when i used python 3.6
I've updated my launch config and project properties python path to the python 3.7 executable as well.
Comments
Do you mean it's pointing at the 'def' line? I'm not seeing this with Wing Personal 6.0.12 but it may depend on details of configuration and the code. Is there example code you can send us at support@wingware.com? It may also be worth trying Wing 7.1, which may very well fix this.