We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I find this macro to be very useful, maybe worth adding to the package?
Saves a lot of time over manually writing out the try block while debugging.
macro infiltry(ex) return quote try $(esc(ex)) catch $(Infiltrator.start_prompt)($(__module__), Base.@locals, $(String(__source__.file)), $(__source__.line)) end end end
The text was updated successfully, but these errors were encountered:
Sure, looks good. Not sure I like the name overmuch, but can't think of a better alternative. Wanna open a PR?
Sorry, something went wrong.
No branches or pull requests
I find this macro to be very useful, maybe worth adding to the package?
Saves a lot of time over manually writing out the try block while debugging.
The text was updated successfully, but these errors were encountered: