Up: GEOS SDK TechDocs | Up | Prev: ptext ... | Next: read-reg ...

pvismon

pvismon [<address>] [<text only>]

Examples:

"pvismon"
print the moniker at *DS:SI
"pvismon -i 1"
print a short description of the implied grab object.

Print a visual moniker structure at an absolute address.

See Also: pobjmon, pobject, vistree, gup, gentree, impliedgrab, systemobj.

pvmb

Prints out the VMBlockHandle for a VM block given the file handle H and the VM block handle B .

pvmt

pvmt [-p] [-a] [-s] [-c] (<handle> | <segment>)

Examples:

"pvmt bx"
Print out all used blocks for the open VM file whose file handle is in BX.
"pvmt -as ds"
Print out all blocks for the open VM file the segment of whose header block is in DS.

Prints out a map of the VM block handles for a VM file.

See Also: pgs.

pvsize

pvsize [<object>]

Examples:

"pvsize"
print the dimensions of the visual object at *ds:si.

Print out the dimensions of a visual object.

pwd

pwd

Examples: "pwd"

Prints the current working directory for the current thread.

See Also: dirs, stdpaths.

quit

quit [<options>]

Examples:

"quit cont"
continue GEOS and quit swat
"quit det"
detach from the PC and quit swat.

Stop the debugger and exit.

See Also: detach.

read-char

read-char [<echo>]

Examples:

"read-char 0"
Read a single character from the user and don't echo it.

Reads a character from the user.

If <echo> is non-zero or absent, the character typed will be echoed.

See Also: read-line.

read-line

read-line [<isTcl> [<initial input> [<special chars>]]]

Examples:

"read-line"
reads a single line of text.
"read-line 1"
reads a Tcl command.
"read-line 1 {go}"
reads a Tcl command that starts with "go "
"read-line 1 {} {\e\4}"
reads a Tcl command, considering escape and control-d cause for immediate return, regardless of whether braces and brackets are balanced

Reads a single line of input from the user. If optional argument is non-zero, the line is interpreted as a Tcl command and will not be returned until all braces/brackets are balanced. The final newline is stripped. Optional second argument is input to be placed in the buffer first. This input must also be on-screen following the prompt, else it will be lost.


Up: GEOS SDK TechDocs | Up | Prev: ptext ... | Next: read-reg ...