MiniM Overview
Getting Started
Download
Documentation
Tools
Cache Tools
GT.M Tools
Knowledge Base
FAQ
Licensing
Contacts
Copyrights
|
|
MiniM Overview
Client GUI Utilities
MiniM Debugger
Macro Preprocessor
MiniM Server Connect
MiniM Web Access
External ZDLL Call
MiniM Embedded Edition
Devices
Transactional Database
Language Extensions
Telnet
Console
Licensing
StealthTrace
MiniM Debugger
MiniM Database Server contains debugging facilities. Client GUI utility MiniM
Routine Editor has client side of the MiniM Debugger and MiniM process has
server size of the MiniM Debugger.
MiniM Debugger can attach to any other MiniM process except self or
wait next MiniM process to attach. Second case allow programmer run his
application AS IS and see server side execution.
MiniM Debugger breakpoint list window.
Debugged process stack state window.
Debugged process system variables window.
Debugged process watches window. Expressions can be shown as is, as
MUMPS strings, or as lists with internal structure.
MiniM Debugger implements tooltip expression evaluation to simplify
debugging.
MiniM Debugger can attach, detach from the MiniM process, terminate process,
step execution line-by-line, evaluate process's system variables and
expressions, show process stack state.
Execution of the debugged process can be stopped at any line of code and
stepped over or into stack level.
For more information see this site topics, use search, or query additional info.
|