-
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 |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
How about with the Dependencies View?