Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 360 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 360 Bytes

DebuggerCLI

Debugger for Java applications

Java debugger using Java Reflection mechanism and javassist library. (You need to download javassist lib in order to compile this)

Usage:

  • Info
  • Throw
  • Retry
  • Return <value>
  • Get <field name>
  • Set <field name> <new value>
  • Abort

A. Joaquim, D. Lachica & D. Rato

Instituto Superior Técnico, 2015