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
- Mark native frames and unavailable methods as subtle. java-debug#409. Thanks to Mathias Fußenegger for contribution.