JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
Scripting Guide
• Scripting Tools
上一个
•
下一个
Scripting Tools
Using the Script Editor, Log Window, Debugger and Profiler
JMP provides several programming tools for script writers. The script editor supports syntax coloring, autocompletes functions as you type, highlights matching braces, allows for code folding, and has additional features to help you develop scripts more quickly. Error messages and output are shown in the log window, which can be displayed inside the script editor. The JMP Scripting Language (JSL) Debugger and Profiler can help you troubleshoot your scripts.
图 4.1
Script Editor with Embedded Log and the Debugger
目录
Using the Script Editor
Introduction to the Script Editor
Run a Script
Stop a Script
Edit a Script
Color Coding
Auto Complete Functions
Tooltips
Split a Window
Match Parentheses, Brackets, and Braces
Select a Rectangular Block of Text
Select Fragmented Text
Drag and Drop Text
Find and Replace
Automatic Formatting
Add Code Folding Markers
Advanced Options
Set Preferences for the Script Editor
Working with the Log
Show the Log in the Script Window
Save the Log
Debug or Profile Scripts
Debugger and Profiler Window
Work with Breakpoints
View Variables
Work with Watches
Modify Preferences in Debugger
Persistent Debugger Sessions
Examples of Debugging and Profiling Scripts