Skip to content

onEclipse

Sections
Personal tools
You are here: Home » Plug-ins » Debugging » Bugdel

Bugdel

Plug-in for inserting debugging code that uses AOP
Bugdel
Category
License
Development Status
Company
Latest Version
Debugging
Common Public License v1.0
N/A
N/A
1.4.1

Bugdel is an Eclipse plug-in for inserting debugging code to Java source code. It inserts debug code by using Aspect-oriented programming.

Features:

  • A debugging code is inserted in bytecode(.class file). So It is possible to execute bytecode(.class file) in execution enviroments other than Eclipse(tomcat runtime ect..).
  • It is not necessary to describe a debugging code in a source code(separate debugging code and source code).
  • As a debugging code insertion position, a field reference position, a method call position, ect can be specified(also line number can be).
  • It is done by GUI to specify a debugging code insertion position(pointcut specification).
  • Javassist is used for editing bytecode.

Created by rreyes
Last modified 2004-12-20 06:43 AM