If you are just concerned about one plugin this is fairly straightforward:
1. Select the project plugin that you want to debug.
2. Click "Run" -> "Debug Configurations"
3. Click the "New Launch Configuration" button.
4. Give the configuration a meaningful name.
5. Ensure that the project listed in the project textfield is the plugin
that you selected.
6. For the "Main class" field use: net.sourceforge.squirrel_sql.client.Main
7. Click on the arguments tab.
8. For "Program arguments" use "-pluginlist
net.sourceforge.squirrel_sql.plugins.<plugin>.<plugin class>"
For example in the last step I chose to work with the DBCopy plugin. So I
used the value:
-pluginlist net.sourceforge.squirrel_sql.plugins.dbcopy.DBCopyPlugin
Click the "Debug" button and SQuirreL should launch with that plugin loaded
in a few seconds (no splash screen at the moment)
Rob
On Tue, Jul 5, 2011 at 4:55 PM, John Hardin <jh...@im...> wrote:
> On Tue, 5 Jul 2011, Robert Manning wrote:
>
> Are you talking about launching from Eclipse, or are you looking for a
>> command-line innvocation that will include more/all plugins ?
>>
>
> I was hoping to be able to launch in debug mode from within Eclipse, but
> launching from teh command-line with only one plugin and connecting to that
> process to debug is working.
>
>
> Rob
>>
>>
>> On Mon, Jul 4, 2011 at 11:52 PM, John Hardin <jh...@im...> wrote:
>>
>> On Mon, 4 Jul 2011, John Hardin wrote:
>>>
>>> But I'm having problems, and I have zero experience in the Eclipse
>>>> environment.
>>>>
>>>> When I try to Run I get this:
>>>>
>>>
>>> {etc...}
>>>
>>> Is running the single-plugin mode from the commandline as documented in
>>> the dev guide the only way to run Squirrel in the dev environment?
>>>
>>
> --
> John Hardin KA7OHZ http://www.impsec.org/~**jhardin/<http://www.impsec.org/~jhardin/>
> jh...@im... FALaholic #11174 pgpk -a jh...@im...
> key: 0xB8732E79 -- 2D8C 34F4 6411 F507 136C AF76 D822 E6E6 B873 2E79
> ------------------------------**------------------------------**
> -----------
> It's easy to be noble with other people's money.
> -- John McKay, _The Welfare State:
> No Mercy for the Middle Class_
> ------------------------------**------------------------------**
> -----------
> 2 days until Robert Heinlein's 104th birthday
>
|