oshcap / trade-manager

Automatically exported from code.google.com/p/trade-manager
1 stars 0 forks source link

Debugging new stategies with Eclipse #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How would I debug new strategies with Eclipse.
trade-manager only recognizes and compiles strategies added from GUI. However 
if I add these source and place a breakpoint in Eclipse (even at the very 1st 
line of the runStrategy), the breakpoint is never reached. I donot have this 
problem with the predefined strategies.

OS: Ubuntu/Linux;

thanks

Original issue reported on code.google.com by kri....@gmail.com on 12 Mar 2014 at 8:54

GoogleCodeExporter commented 8 years ago
Well you need to add the strategy to the Config Tab and then add it in the 
Strategy Tab otherwise you wont had the connect DB entries to allow the 
strategy to start and be fired.

Original comment by simon.allen on 15 Mar 2014 at 7:07