Modify these three variables in the mapdebug.bat file for Windows according to your installation locations:
JAVA_HOME – directory where JRE or JDK is installed.
Sybase recommends that you use Java 2 SDK version 1.5 or later.
ECRTP_HOME – directory where ECRTP shared library is installed.
MAPDEBUG_HOME – directory where ECMAP Debugger is installed.
You can access ECMAP Debugger in Windows in different ways:
Double-click the ECMAP Debugger icon on your desktop.
Select the ECMAP Debugger icon from the ECMAP folder in the program menu on your desktop.
Run the batch file installed on the Windows platform batch file.
The batch file location is %MAPDEBUG_HOME%\bin\mapdebug.bat
where %MAPDEBUG_HOME% is the directory where ECMAP Debugger is installed on your Windows platform.
WARNING! When you double-click the ECMAP Debugger icon or run mapdebugger.bat from a command prompt, a DOS window opens first, followed by ECMAP Debugger.
Do not close the DOS window while ECMAP Debugger is open. The DOS window will close when you exit ECMAP Debugger.
The DOS window displays messages as you perform actions in ECMAP Debugger. You can save these messages to a text file to help you to troubleshoot any problems with ECMAP Debugger, by using the redirection option in DOS. For example, to save DOS window messages to the console.txt file, enter:
%MAPDEBUG_HOME%\bin\mapdebug.bat > console.txt