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

[appserver-io/doppelgaenger] extend the debug abilities of produced code #609

Closed
wick-ed opened this issue Feb 25, 2015 · 3 comments
Closed
Assignees

Comments

@wick-ed
Copy link
Member

wick-ed commented Feb 25, 2015

Currently produced code is very difficult to debug. Thrown exceptions state different lines as in the original file and method and file names differ.

UAC:

  • The mentioned lines MUST be the same as in the original implementation
  • The mentioned file SHOULD be the original file
  • The mentioned methods MUST be the original ones
@wick-ed wick-ed self-assigned this Feb 25, 2015
@wick-ed wick-ed added this to the Release 1.1.0 "Iron Knight" milestone Feb 25, 2015
@wick-ed
Copy link
Member Author

wick-ed commented Feb 25, 2015

This might be doable by using this extension

@wick-ed wick-ed closed this as completed Feb 25, 2015
@wick-ed wick-ed reopened this Feb 25, 2015
@wick-ed
Copy link
Member Author

wick-ed commented Jul 22, 2015

contract exceptions will show the correct file, method and line. Normal exceptions will show the correct line but the file from our cache.

@wick-ed
Copy link
Member Author

wick-ed commented Jul 22, 2015

@wick-ed wick-ed closed this as completed Jul 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant