File: step.cmd

package info (click to toggle)
pydb 1.26-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,512 kB
  • ctags: 1,061
  • sloc: python: 4,200; perl: 2,479; lisp: 866; sh: 780; makefile: 633; ansic: 16
file content (17 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 
# Test of the 'step' and deftrace command
# $Id: step.cmd,v 1.1 2008/05/17 10:08:33 rockyb Exp $
#
set basename on
set trace-commands on
set deftrace off
set listsize 1
step
list
set deftrace on
step
list
set deftrace off
step
list
quit