[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: msegdbutils.pas line 154
type breakpointinfoty = record |
addressbreakpoint: Boolean; |
line: Integer; |
path: filenamety; |
address: QWord; |
bkptno: Integer; |
bkpton: Boolean; |
ignore: Integer; |
passcount: Integer; |
condition: string; |
conditionmessage: string; |
end; |