Skip to content

5up3rc/java-stack-trace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

java-stack-trace

java-stack-trace是一个用于调试的java instrument,指定方法前缀,它能在指定前缀的方法被调用时打印当前堆栈。

编译

使用maven clean然后package即可编译成java-stack-trace-1.0-SNAPSHOT-jar-with-dependencies.jar

用法

-javaagent:java-stack-trace-1.0-SNAPSHOT-jar-with-dependencies.jar=m:com.xxxx.xxxx
  • m: 代表Method方法
  • com.xxxx.xxxx: 需要打印堆栈的方法的前缀

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%