quattor / maven-tools

Maven-based Build Tools
www.quattor.org
Apache License 2.0
3 stars 12 forks source link

mvnprove: support actual tracing while running prove #133

Closed stdweird closed 7 years ago

stdweird commented 7 years ago

Fixes #99

The -d switch has to be used to enable the debugging monitor. Running with -d has no real performance impact, as long as you don't actually debug anything.

jrha commented 7 years ago

@ned21 happy with this now that tests pass?