Skip to content

InnerServer loses stacktrace of exceptions, making it harder to debug issues #180

@NickAb

Description

@NickAb

Our sync invoke method rethrows captured exception with new stacktrace, losing crucial information that could be helpful while debugging. See CommandBase.cs#L96 for StoreApps. Same thing for Silverlight.

We should keep original stacktrace using something like throw new Exception(message, ex) and making sure that final json response includes message and stacktrace both of exception and any of its inner exceptions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions