PureBytes Links
Trading Reference Links
|
Actually debugging a DLL running inside TS is not so difficult. Run
Visual Studio, open the DLL project, make sure you have created a
Debug DLL. Make sure that TS EasyLanguage script is referencing this exact Debug DLL
project directory.
Now run the strategy in TS that is referencing the DLL. Then in Visual
Studio, click Tools - Attach to process, select TS.EXE (or possibly
TS32.EXE, can't remember). Now, the debugger SHOULD break on your
placed breakpoints etc. This worked for me some time ago at least. Good luck!
--
Pendo Loefgren
Partner
Verica Trust & Capital Management AG
www.vericatrust.com
|