Debugging Code with GDB, anyone tried? - page 3

 
SDC:

what about ordersend errors ? I have a problem with my EA i keep getting close order function invalid ticket errors in strategy tester i tried putting print statements so i could see exactly what ticket numbers are being used in my close order function but the print statements dont appear to work in strategy tester i cant think of a way to debug my ordersend function without running it live on real orders to see what the problem is but i really dont want to do that.

  1. Print statements work fine in the tester, journal tab
  2. Are you counting DOWN in the select loop w/close or delete?
Reason: