Replies: 2 comments 3 replies
-
I'm running VS Code on macOS, with Metals 0.11.2 and Bloop v1.4.13, Scala version 2.12.10, sbt 1.3.13 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@lyfne123 I can confirm that breakpoints in the dependency jars are not working, but I haven't found a reason yet. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm a new learner of Metals, I have a question that my breakpoints in dependency jar is not working.
below is my example code:
I can add breakpoint in TestApp, but if I add inside ++= function, which is in
org/scala-lang/scala-library/2.12.10/scala-library-2.12.10-sources.jar!/scala/collection/mutable/ArrayBuffer.scala
, line 98, the debugger can't hit that breakpoint.I can see it at Run & Debug panel.
Could please anyone can reply my quesion? Thanks very much!
Beta Was this translation helpful? Give feedback.
All reactions