Stopping at a breakpoint in a future / async?

I am moving some of my code into a future as it needs to run heavy calculations.

Is it possible to hit a breakpoint within a future? I've tried adding a breakpoint in the RStudio editor but it doesn't get it. I've tried browser(), it outputs some debugging to the console but doesn't stop the execution.

Is this possible in RStudio?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.