|
Playing around with the ruby debugger enabled by ruby-lsp and so far, so good for breakpointing inside my app. I'm struggling to find a good way (or a way!) to try and debug inside the gem code. Quite frequently I find myself digging into code pulled in installed gems. My usual approach using pry has been to just open a gem folder, stick |
Answered by
andyw8
Mar 20, 2025
Replies: 1 comment 3 replies
|
@tomdracz if you open the file in the same VS Code workspace (e.g. by command-clicking on the filename in the backtrace) then you should be able to click in the margin and set a breakpoint within the gem. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How about with the Dependencies View?