blob: b547b0d6ba1b1acd90a47f80020b352aa16c8d6a (
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
|