[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdbutils.pas line 171
type watchpointinfoty = record |
kind: watchpointkindty; |
wptno: Integer; |
expression: string; |
ignore: Integer; |
condition: string; |
conditionmessage: string; |
end; |