I've set up the ruby-debug-ide and debase gems in my Rails application so that I can use VS Code's built-in debugging tools.
During development, I would like any exception to trigger a breakpoint and start the debugger in VS Code. How can I set this up?
