blob: 8ce100249131f9e18ff4010f452a30a6e1798244 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#################################################
# name: clear
# purpose: test clearing breakpoints
# expect: TEST::FORMAT
# options: -rr
#################################################
#Clearing Breakpoints
#File%w%d
#Functions%w%d
#Methods%w%d
#Oplines%w%d
#File oplines%w%d
#Function oplines%w%d
#Method oplines%w%d
#Conditionals%w%d
#################################################
clear
quit
|