Commit Graph
132 Commits
Author SHA1 Message Date
hengyunabc a944f2d4b8 fix RedirectHandler NullPointerException, when save-result option is true. close #517 2019-02-18 17:44:04 +08:00
hengyunabc c93fb9d59b redefine command check class if loaded. 2019-02-18 00:15:22 +08:00
hengyunabc c390d5571b add tutorials link 2019-02-16 15:05:13 +08:00
hengyunabc e861aeb3c0 [maven-release-plugin] prepare for next development iteration 2019-02-14 01:11:33 +08:00
hengyunabc 2846685ee5 [maven-release-plugin] prepare release 3.1.0 2019-02-14 01:11:22 +08:00
hengyunabc d235ee1050 update watch command description. 2019-02-13 16:39:19 +08:00
superheizaiandhengyunabc 6a584022a0 tt command support cost time/--replay-times/--replay-interval (#498) 2019-02-13 14:02:44 +08:00
hengyunabc b0877cc17a sm command print method with Descriptor. close #504 2019-02-13 11:35:27 +08:00
hengyunabc 2058ae4785 dashboard/watch/monitor/tt/stack/trace support press Q to exit. close #410 2019-02-09 19:03:08 +08:00
hengyunabc ec7c5aea33 change default session timeout to 30min. close #342 2019-02-08 15:18:06 +08:00
hengyunabc 4eb0eec182 inpurtrc support home/end. close #472 2019-02-08 15:06:23 +08:00
hengyunabc 7b9b4107ad watch/monitor/trace/tt/stack support better auto completion. close #497 2019-02-08 03:02:31 +08:00
hengyunabc 9f57c2c9a6 jad support completion. #323 2019-02-08 01:47:59 +08:00
hengyunabc 349c426bd1 fix CompletionAdaptor lose chars when the last token is blank. 2019-02-08 01:43:47 +08:00
hengyunabc a2ef539f4e sm support completion. #323 2019-02-08 01:41:25 +08:00
hengyunabc 317e9d69ad catch completion exception 2019-02-08 01:39:23 +08:00
hengyunabc 33fd06ba02 sc command support completion 2019-02-07 21:22:59 +08:00
hengyunabc a7ee25b1f2 redefine command support completion 2019-02-07 21:21:53 +08:00
hengyunabc 79fe3a9382 improve cat/mc completion 2019-02-07 15:28:06 +08:00
hengyunabc c4751931ce jad command support --source-only option. #496 2019-02-07 15:21:18 +08:00
hengyunabc c18bd53ed5 dump command support output directory. #419 2019-02-07 12:50:31 +08:00
hengyunabc 895f1cb14d add cat command. close #494 2019-02-06 23:34:57 +08:00
hengyunabc 9a57b5d8f3 improve redirect. #495 2019-02-06 15:48:06 +08:00
hengyunabc 793df05b2f add pwd command. #493 2019-02-06 14:59:31 +08:00
hengyunabc 73e5f15adb remove unnecessary -p option in the redefine command. close #492 2019-02-06 01:45:41 +08:00
hengyunabc f3561e9bc8 add mc command. #373 2019-02-06 01:33:03 +08:00
Harry Chanandhengyunabc 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
2019-01-29 10:42:02 +08:00
hengyunabc 3a27075987 update trace doc. 2019-01-25 11:44:04 +08:00
hengyunabc e03c3ee2b1 keymap command usage more friendly. close #366 2019-01-18 19:23:31 +08:00
hengyunabc 4b98af05a9 pom.xml add relativePath 2019-01-18 16:30:58 +08:00
hengyunabc b80698becb upgrade asm api to Opcodes.ASM7. #459 #425 2019-01-18 15:57:22 +08:00
hengyunabc 6ecc035a6d improve log 2019-01-18 15:05:51 +08:00
hengyunabc dcf9be4732 improve log info 2019-01-18 14:58:37 +08:00
hengyunabc 3c048b639c catch asm exception in Enhancer#transform. #462 2019-01-18 14:57:40 +08:00
hengyunabc 5e31fd39f9 ObjectView support enum. close #454 2019-01-17 15:09:00 +08:00
Bruceandhengyunabc 78816cdb4e update method of com.taobao.arthas.core.view.Ansi#bgCyan from this.fg(Color.CYAN) to this.bg(Color.CYAN) fix #427 2019-01-06 15:27:10 +08:00
Sergio Escalante a11dabbead Removing unnecessary/unused imports
Signed-off by: Sergio Escalante sergioescala@gmail.com
2018-12-18 15:04:30 -03:00
garenchan 07d2ebd5e9 Use JavaVersionUtils to get java version. 2018-12-10 17:12:32 +08:00
hengyunabc a598382890 update tt doc 2018-12-04 16:12:25 +08:00
hengyunabc 307e6bad5a update trace doc 2018-12-04 01:40:16 +08:00
hengyunabc 3fbbd9c1fd update trace doc 2018-12-04 01:25:12 +08:00
hengyunabc 9d35b1a436 update watch doc 2018-12-03 23:03:17 +08:00
hengyunabc e4723bf8bf update watch doc 2018-12-03 22:30:26 +08:00
hengyunabc e85e952896 ognl express support get private field. fix #336 2018-12-03 20:09:37 +08:00
hengyunabc 2865e0b83f update classloader doc 2018-12-03 19:04:46 +08:00
hengyunabc 61252e6edd update jad doc 2018-12-03 17:57:37 +08:00
hengyunabc de4a0a31e6 update dump doc 2018-12-03 17:29:15 +08:00
hengyunabc 769b1bd93c update sm doc 2018-12-03 17:23:15 +08:00
hengyunabc 0153812d5e update sc doc 2018-12-03 17:18:21 +08:00
hengyunabc ea80b6ed5c update getstatic command doc 2018-12-03 16:45:39 +08:00