PSM Debugger
The Mimer PSM Debugger is a Java-based graphic debugger for PSM routines. It has support for watching variables, step-wise execution and setting breakpoints. Procedures and functions can be debugged. (It’s not possible to debug methods or triggers.)
Mimer PSM Debugger requires a Java 2 (version 1.2 or later) compatible Java runtime environment. (If needed, these files can be download from http://www.oracle.com/technetwork/java/index.html.)
Starting the Mimer PSM Debugger
You start the PSM debugger with this command:
java -jar psmdebug.jar
The syntax for the database URL in the login dialog is:
hostname[:port]/database
If the database resides on your local machine, then specify localhost as the host name.
Examples:
localhost/testdb
my_node.mimer.se/supplier
my_node.mimer.se:1365/supplier_temp