Skip to content

Release 0.42.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 29 Jun 05:23
· 73 commits to main since this release
08ca302

0.42.0 - 2022-06-29

Added

  • Support function breakpoints, see #258. The current version support adding a function breakpoint with the syntax as FullyQualifiedClassName#methodName (e.g. java.util.ArrayList#add). Thanks to Gayan Perera for contribution.

Changed

Fixed

  • fix artifactId typo in Troubleshooting.md. #1180. Thanks to btoo for contribution.