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

Does not throw at original call site #19

Closed
stargazing-dino opened this issue May 24, 2021 · 1 comment
Closed

Does not throw at original call site #19

stargazing-dino opened this issue May 24, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@stargazing-dino
Copy link
Owner

stargazing-dino commented May 24, 2021

When debugging in VSCode, if I have an exception at a certain point in the code, the debugger always leaves me off at the rethrow instead of the original error point. It's not unusable but it's annoying. Currently dart does not have a way to rethrow the error and the stacktrace so I'll have to think of something in the meantime.

Maybe .catchError doesn't have the same behaviour? Or maybe I can somehow use a completer.

@stargazing-dino stargazing-dino added the enhancement New feature or request label May 24, 2021
@stargazing-dino
Copy link
Owner Author

e7a79b0

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

No branches or pull requests

1 participant