head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2004.01.27.19.16.24;	author olawlor;	state dead;
branches;
next	1.1;

1.1
date	2003.12.10.15.49.06;	author jyothi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved debugger to charm/java/charm/debug/
@
text
@
For the Charm Programmer
========================

Start the debugger using the command-line option

java ParDebug [[-file <charm program name>] [[-param \"<charm program parameters>\"][-pes <number of pes>]] [-host <hostname>] [-port <port>] [-display <display>]]

1) The program resumes execution when the button Continue is clicked.
2) Breakpoints can be set/removed by checking/unchecking checkboxes on the left.
3) Gdb can be attached to specific pes (by clicking on the required checkboxes on the right) at any time during program execution.
4) Contents of entities can be viewed on a particular pe by way of the combo boxes provided
5) The programmer can choose to implement the
   void pupCpdData(PUP::er &p) function for an Array element to control the information displayed

 
@


1.1
log
@for the charm programmer
@
text
@@

