Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7 python node: debug information is partial #1770

Closed
jbenoit44 opened this issue Jun 17, 2014 · 6 comments
Closed

0.7 python node: debug information is partial #1770

jbenoit44 opened this issue Jun 17, 2014 · 6 comments

Comments

@jbenoit44
Copy link

in 0.6.3, when something turns wrong in a python node, we get as a result a line number were the first issue is.
In 0.7, python node returns the failure, but user doesn't know where to check first.
also it is not shown in a watch node; only in information bubble.

image

@andydandy74
Copy link
Contributor

Yes, definitely a big step backwards. The feedback we get from the Python ndoes now really isn't helpful at all. Please bring back the old behaviour.

@jbenoit44 jbenoit44 changed the title 0.7 python node: debug information is parial 0.7 python node: debug information is partial Jun 18, 2014
@lukechurch
Copy link
Collaborator

@Steell for comment

@ikeough
Copy link
Contributor

ikeough commented Jul 7, 2014

Can we bubble the python trace back up to the iron python exception?

@Steell
Copy link
Contributor

Steell commented Jul 7, 2014

Yeah that's what was done in 0.6.3. We should be able to catch the IronPython exception and raise a new Exception with the Line and Column number added.

@Steell
Copy link
Contributor

Steell commented Jul 7, 2014

tracking internally as MAGN-3876

@riteshchandawar
Copy link
Contributor

@jbenoit44 This is now fix in daily build, you can try it out.

Thanks,
Ritesh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants