4.Insertion a debugging code (weave execution)
since version1.0.0
Debugging code is inserted in bytecode(.class file) when weave action
is executed.
Weave action is executed when push the button on Bugdel View.

weave action
- weave this file
Compile source code that is opened by active BugdelEditor. And insert
debugging code.
- marking and unweave this file
Delete debugging code in class file that is assosiated with the source
file opende active BugdelEditor.
- weave all
Compile all file in the project. And insert debugging code.
- unweave all
Delete debugging code in all class file that is in project.
