⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 u.help

📁 一个很不错的程序切片工具,希望大家来讨论以下,对测试人员很有帮助
💻 HELP
字号:
                     Slicer Control Panel Help  This is the control panel for the slicer.  The slicer allows theuser to select variables and source lines to perform slices on.  Aprogram slice, calculated for a variable, v, and a statement, n, isthe set of statements that might influence the value of v just beforeexecution of statement n.  Program slices can be used as a program understanding aid to helpanswer questions about a single computation.  If the program slice issmaller than the original program, it should be easier to understandjust the slice than the entire program.  Program slices may be combined to find statements commonto two computations (backbone slice) or statements uniqueto one of two computations.The slicer interface presents the following:  Select -- A menu to pop up lists for selection    local variable -- This brings up a list of the procedures of theprogram.  Selecting "No Selection" takes no action.  Selecting aprocedure brings up a list of variables local to the procedure toselect from.  Selecting a variable makes that variable the variable inthe slicing criteria.    global variable -- This brings up a list of the files of theprogram.  Selecting "No Selection" takes no action.  Selecting a filebrings up a list of variables declared in that file to select from.Selecting a variable makes that variable the variable in the slicingcriteria.    primary -- This selection brings up a list of already computedslices.  Selecting a slice makes it the primary slice.    secondary -- This selection brings up a list of already computedslices.  Selecting a slice makes it the secondary slice.    Operation  -- A menu for selecting an operation to apply to theprimary and secondary slices.    Help -- This selection brings up this text in a window.    scroll bar -- This can be used to move around in the source file.          Left Mouse Button -- Page up          Right Mouse Button -- Page down          Middle Mouse Button -- Go to indicated location    tick bar -- Each tick represents a marked location or locations inthe source file.  Click the tick bar at the mark to go to thatlocation.  To compute a slice select a variable and a line from theprogram.  To select a variable first select either global or localvariables from the select menu.  Follow the appropriate instructions asgiven above.  After a variable has been selected, use the mouse in thetext window to select a line and compute the slice on the currentvariable and selected line by clicking either the left or middle mousebutton on the desired line.  If the left mouse button is selected, theslice becomes the primary selection, if the middle mouse button isclicked, the slice becomes the secondary selection.  To make an already computed slice the primary or secondaryselection, use the primary or secondary menu itemsto pop up a list of already computed slices.  After a primary and a secondary slice are selected, theoperation menu can be used to compute backbone slicesand program dices.Version: @(#)u.help	1.2  9/23/94

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -