Logo Compose your trading system through a user friendly
graphical interface and see when to go long, short or liquidate.

Debugger

Learn how to launch the Debugger in case of problems / errors / bugs.

The Debugger is a tool to collect useful, low-level information in case of errors. You can then send that information to us so that we can fix the bugs. Here we describe how to launch the Debugger and what to do with the report it generates.

debugger

What It Is

All software has bugs, and Trading Conceiver makes no exception. In case you run into errors / problems / bugs with Trading Conceiver, you can collect some useful information that we can use to understand and solve the problem.

It Is Important to Us

Solving the application's bugs is one of our priorities, because we like to think we are offering a useful and powerful application. Such an application must also be reliable. So we passionately invite you to report bugs as soon as you stumble into one. And we thank you in advance for doing that.

Steps to Take

In order to use the Debugger, first thing close all currently opened instances of Trading Conceiver.

Now you can launch the Debugger. The Debugger is launched like any other application. In the TradingConceiver category of Windows applications, select
  ConceiverDebugger
Or search for it through the Windows search feature.

The Debugger will open a console window.

The Debugger will also launch an instance of Trading Conceiver. Use this instance to reproduce the problem / error / bug you are experiencing.

As soon as you get the error, close Trading Conceiver.

You can close the console window any time after it launches Trading Conceiver. Just press any key to close it, or click the usual window frame's 'X' button .
The Report
The Debugger generates a report file, which we can use to identify and correct the issue. The file is named
  SendMe
Where It Is
The position / directory where to find the file is indicated in the console window.

The default position of the file is the Desktop.

If the Desktop position can't be determined, it will be saved in the user's home directory, usually:
  C:\Users\<user name>

If even this location can't be determined, the console will ask you to indicate yourself the directory where to store the file. For instance, you could input:
  C:\MyDir

What to Do with the Report

Send us an email at the address specified in the console window (blurred in the picture above) as explained in Report a Bug.

Why Isn't the Debugger Graphical?

The Debugger is intentionally very basic and non graphical. The reason is that in most serious cases, Trading Conceiver may refuse even to start. Should that be the case, it would be impossible to start a complex Debugger, exactly for the same reason preventing the main application to start. So we kept it simple and as close as possible to the operating system. That's why we opted for a Windows shell script.