What\'s the syntax to perform a search/replace on Eclipse and use \"match groups\" (is that what it\'s called?)
On vi I do the following:
%s/log\\(.*\\)/
In the Find Field: log(.*)
Int the Replace With Field: log$1 debug