Break Point Window allows users to modify break points easily.
Break Point Window consisits of a list of existing break points, and
a panel which displays deatils of a break point.
Break Point List - on this panel, users can select a break point
for modification, or delete. Users can delete all break points. Users
can also save the current break point list, or load saved break point
list.
Break Point Details - when a break point is selected on Break
Point List, the details of the break point is displayed at this panel.
Users can change the details of the break point, or use the details
as bases to add a new break point.
The details of a break point consists of the following information,
Location - users can select In Method or At Line.
Action - users can select Stop, Print, or Dump.
When Print or Dump is selected, users can enter a variable
name in the expression field.
Option - this is not implemented yet, which will add conditions in
the break point.