Managing map debug sessions [EDI 5.1]

In ECMAP Debugger 5.1 and later, you can create and save multiple map debug sessions in ECMAP Debugger to correspond to the actual maps you create in ECMAP that you want to debug in ECMAP Debugger. You can run the map debug sessions with different command line switches and breakpoints to see how maps run with different configurations and to solve map problems.

StepsCreating map debug sessions

You can create multiple map debug sessions in one project.

  1. Select a project to create a map debug session under that project. If you select another map debug session, ECMAP Debugger creates the new map debug session within the same project as the map debug session you selected.

  2. Select File | New | Map Debug Session. The Project Name field displays the project that the new map debug session belongs to.

  3. Provide a unique name for the map debug session and a description. You cannot create another map debug session with the same name within one project.

  4. Select either Inbound Map or Outbound Map to match the map direction of the map debug session you want to create.

    NoteYou must select the correct map direction option—inbound or outbound—to match the switches you copied to ECMAP Debugger. ECMAP Debugger terminates if the map direction you select and the command line and switches that you copy do not match. Check the trace file for errors. See “Viewing the trace file” for more information.

  5. Select OK to save the new map debug session.

StepsEditing map debug sessions

  1. Select a map you want to edit.

  2. Select Edit | Properties to display the Edit Map Debug Session window.

  3. Edit the map description and change the map direction if you want to. The map direction must match the direction of the map you want to debug and from which you copy the map command line switches.

  4. Select OK to save your changes.

StepsDeleting map debug sessions

  1. Select a map debug session you want to delete.

  2. Select Edit | Delete to display the Delete Map Debug Session window and click OK to delete the map debug session.