Commit Graph

143 Commits (0d0b24e689b7f82f25f36a196cbf0c88cbb270ed)

Author SHA1 Message Date
徐志毅 0d0b24e689 fix class loader npe (#632) 6 years ago
徐志毅 3813ba9b08 fix method completion (#627) 6 years ago
徐志毅 85d1df4026 dump command support completion (#623) 6 years ago
徐志毅 d765640190 fix getstatic description (#625) 6 years ago
徐志毅 1869964bfd options command support complete options-name (#612) 6 years ago
xuzhiyiYoh b265f5b141 fix CompletionAdaptor index out of bounds when the token is empty (#610) 6 years ago
lzj 6af9393a02 Fix typo (#604) (#606) 6 years ago
gongdewei 4641ec0e6d support windows unicode file path. #571 6 years ago
hengyunabc 6f990a2cf3 polish #568 6 years ago
Bo Zhang ae67e7ed2c Apply pmd plugin and fix/ignore broken styles
This commit applies [p3c-pmd](https://github.com/alibaba/p3c) plugin/rules, and fixes/ignores all violations of piority 1 (mandatory).
6 years ago
PSXjoy 6d7f00e3d1 Fix typo (#541) 6 years ago
hengyunabc a944f2d4b8 fix RedirectHandler NullPointerException, when save-result option is true. close #517 6 years ago
hengyunabc c93fb9d59b redefine command check class if loaded. 6 years ago
hengyunabc c390d5571b add tutorials link 6 years ago
hengyunabc e861aeb3c0 [maven-release-plugin] prepare for next development iteration 6 years ago
hengyunabc 2846685ee5 [maven-release-plugin] prepare release 3.1.0 6 years ago
hengyunabc d235ee1050 update watch command description. 6 years ago
superheizai 6a584022a0 tt command support cost time/--replay-times/--replay-interval (#498) 6 years ago
hengyunabc b0877cc17a sm command print method with Descriptor. close #504 6 years ago
hengyunabc 2058ae4785 dashboard/watch/monitor/tt/stack/trace support press Q to exit. close #410 6 years ago
hengyunabc ec7c5aea33 change default session timeout to 30min. close #342 6 years ago
hengyunabc 4eb0eec182 inpurtrc support home/end. close #472 6 years ago
hengyunabc 7b9b4107ad watch/monitor/trace/tt/stack support better auto completion. close #497 6 years ago
hengyunabc 9f57c2c9a6 jad support completion. #323 6 years ago
hengyunabc 349c426bd1 fix CompletionAdaptor lose chars when the last token is blank. 6 years ago
hengyunabc a2ef539f4e sm support completion. #323 6 years ago
hengyunabc 317e9d69ad catch completion exception 6 years ago
hengyunabc 33fd06ba02 sc command support completion 6 years ago
hengyunabc a7ee25b1f2 redefine command support completion 6 years ago
hengyunabc 79fe3a9382 improve cat/mc completion 6 years ago
hengyunabc c4751931ce jad command support --source-only option. #496 6 years ago
hengyunabc c18bd53ed5 dump command support output directory. #419 6 years ago
hengyunabc 895f1cb14d add cat command. close #494 6 years ago
hengyunabc 9a57b5d8f3 improve redirect. #495 6 years ago
hengyunabc 793df05b2f add pwd command. #493 6 years ago
hengyunabc 73e5f15adb remove unnecessary -p option in the redefine command. close #492 6 years ago
hengyunabc f3561e9bc8 add mc command. #373 6 years ago
Harry Chan 4dba865995 Optimize toArray (#484)
replace toArray(new T[size]) with toArray(new T[0]) for better performance

https://shipilev.net/blog/2016/arrays-wisdom-ancients/#_conclusion
6 years ago
hengyunabc 3a27075987 update trace doc. 6 years ago
hengyunabc e03c3ee2b1 keymap command usage more friendly. close #366 6 years ago
hengyunabc 4b98af05a9 pom.xml add relativePath 6 years ago
hengyunabc b80698becb upgrade asm api to Opcodes.ASM7. #459 #425 6 years ago
hengyunabc 6ecc035a6d improve log 6 years ago
hengyunabc dcf9be4732 improve log info 6 years ago
hengyunabc 3c048b639c catch asm exception in Enhancer#transform. #462 6 years ago
hengyunabc 5e31fd39f9 ObjectView support enum. close #454 6 years ago
Bruce 78816cdb4e update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427 6 years ago
Sergio Escalante a11dabbead Removing unnecessary/unused imports
Signed-off by: Sergio Escalante sergioescala@gmail.com
6 years ago
garenchan 07d2ebd5e9 Use JavaVersionUtils to get java version. 6 years ago
hengyunabc a598382890 update tt doc 6 years ago