In my add-in, when the context.sync().then(function...) throws an exception, this is what it looks like when logging it to the console:
As can be seen, there's no indicator for what line causes this error, which makes the error detection really painful.
How can I get the line in which the error occurs?
EDIT: I'm using Visual Studio 2017.
Thank you so much and have a great day!


