[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: Andrew Eisenberg <andrew@xxxxxxxxxxxx>
- Date: Thu, 15 Jul 2010 11:26:09 -0700
- Delivered-to: wtp-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:reply-to:received :date:x-google-sender-auth:message-id:subject:from:to:content-type; bh=S6TjY7NgZ1DsYXaMkaZhdD2ph/iEUQ0Yl5KALIFCYeE=; b=wl0pfuf5UK3ZuMBwPxkbMpAGTDxqd6S/F+ikFDJaEzlztglxEE/tIIYuJzlyMbfW6R 7q4GQ3BH3IrGxsykEnoQ1b7P6ZCNZGFnz+/8KaobdSpCW3rkeTswtAZbl5s+A7fsApcM 8jhZA+d/2kTDrnzhNdM/1SaiVDRh+r8lixQ+E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:date:x-google-sender-auth:message-id :subject:from:to:content-type; b=gAvxeiXQR+t38h1Nd8pM5mdfPSwu2e2Bz/0bCxt8RDZPagyZqR747M8HR+vERgV0cr JmFSDnHw6iKkol5sp2+WR9aHkEWAknj80fhFktrBF2HHrYF2DK24ONkWzZxQbsnud61M wtI38TELAs/gNfVn8emsZ6sTmCgGlDeOC0Tg4=
Hi all,
I am looking to implement debug support for GSPs (Groovy Server Pages)
and I am hoping to get a hint on how to do this by looking at how
JSPs support debugging. Can someone point me in the right place in
the source code for this? I've been looking at the source code
myself, but can't find anything specific about debug support. Thanks
for your help.
--andrew