Mimer PSM debugger on Windows
The Mimer PSM Debugger is a Java-based graphic debugger for stored procedures, called PSM routines. It has support for watching variables, step-wise execution, and setting breakpoints. Procedures and functions can be debugged. (It is not possible to debug methods or triggers.)
Mimer PSM Debugger is used with Java that is installed automatically when the debugger is installed on the machine.
Starting the Mimer PSM Debugger
There exists a special wrapper program to help start Java programs in the Mimer SQL WIndows installation:
Starting the debugger |
Copy Code |
---|---|
mimjavarun PSMDebugger |
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:
Database URL Syntax | Description |
---|---|
localhost/testdb | Connect to the database testdb on the local node. |
my_node.mimer-se/supplier | Connect to the database supplier that is hosted on the network node my_node.mimer.se using the default Mimer SQL tcp port 1360. |
my_node.mimer-se:1365/supplier | Connect to the database supplier that is hosted on the network node my_node.mimer.se using port 1365. |