peter
5c3f708222
* fixed crashes by forgotten strpnew() for init_symbol
1999-02-16 00:45:30 +00:00
peter
b6f3ac45bf
- 201,206
...
+ 217-221
1999-02-16 00:43:19 +00:00
daniel
317dc74a4d
+ procedure clreol added
1999-02-15 15:47:41 +00:00
pierre
79cb419608
+ TLine remembers Comment type
1999-02-15 15:12:25 +00:00
pierre
c881aae7e9
* fix for bug0216
1999-02-15 13:13:15 +00:00
pierre
9f6b250318
*** empty log message ***
1999-02-15 12:47:48 +00:00
pierre
520da0fc92
* pred/succ with overflow check must use ADD DEC !!
1999-02-15 11:40:21 +00:00
pierre
0e9f344ef6
* memory leaks removed
1999-02-15 11:30:39 +00:00
pierre
4119b094a4
* // comment ends at end of line !
...
GDB window changed !
now all is in a normal text editor, but pressing
Enter key will send part of line before cursor to GDB !
1999-02-15 09:36:06 +00:00
pierre
b183b86c2b
* single line comment // fix : comments intermix still wrong !!
1999-02-15 09:32:58 +00:00
pierre
dea4d8c871
* HEAPTRC conditionnal renamed IDEHEAPTRC
1999-02-15 09:07:10 +00:00
carl
8773fe80ba
* oops... wrong filename
1999-02-12 17:14:04 +00:00
carl
00f5fae811
+ updates to reflect directory
1999-02-12 16:20:06 +00:00
carl
52d673755d
+ updated to reflect files in directory
1999-02-12 16:15:25 +00:00
michael
0cdf23985b
* Last-minute changes so it can be texed
1999-02-12 14:14:56 +00:00
michael
75c55057f4
+ Installed javascript in top navigation panel
1999-02-12 12:53:33 +00:00
florian
45da1362e4
* internal error 10 with ansistrings fixed
1999-02-12 10:43:56 +00:00
michael
26df2c07db
* memw usage more clear
1999-02-11 21:36:49 +00:00
pierre
b4eaffdca4
* GDBWindow redesigned :
...
normal editor apart from
that any kbEnter will send the line (for begin to cursor)
to GDB command !
GDBWindow opened in Debugger Menu
still buggy :
-echo should not be present if at end of text
-GDBWindow becomes First after each step (I don't know why !)
1999-02-11 19:07:19 +00:00
pierre
f1f4f0b271
+ GDBWindow only with -dGDBWindow for now : still buggy !!
1999-02-11 13:10:03 +00:00
pierre
5921b81719
+ TGDBWindow : direct gdb input/output
1999-02-11 13:08:39 +00:00
pierre
d19bea2fdf
Problem with last commit
...
+ added virtuals CommandBegin and CommandEnd
+ added command_level for TGDBInterface
1999-02-11 13:03:28 +00:00
pierre
8be6dc6851
gdbpas/gdbint/gdbint.pp
1999-02-11 11:41:26 +00:00
pierre
f59803f7d2
* fix for normal method calls inside static methods :
...
WARNING there were both parser and codegen errors !!
added static_call boolean to calln tree
1999-02-11 09:46:21 +00:00
pierre
88605549b8
* ExtDebug conditionnal infinite loop on temp problem removed
1999-02-11 09:35:19 +00:00
michael
8200498fbb
+ Changed to ansistrings
1999-02-10 22:15:10 +00:00
michael
6ba8a13357
+ Some strange bug in writecoponentres
1999-02-10 14:12:26 +00:00
michael
42b0134263
Added stringl
1999-02-10 13:47:26 +00:00
michael
c7f4aee8f2
+ Added stringl
1999-02-10 13:46:17 +00:00
michael
026e71bc40
+ Added spanish language
1999-02-10 13:45:19 +00:00
michael
a4253fcee5
Now classes.pp is copied from ../inc
1999-02-10 13:42:36 +00:00
michael
6fdbd11918
+ Classes now system independent
1999-02-10 13:40:26 +00:00
michael
7379470068
moved to inc dir
1999-02-10 13:39:52 +00:00
michael
fef00dd591
+ Classes.pp is now copied.
1999-02-10 13:39:17 +00:00
pierre
451da941ba
* bug0213 solved
1999-02-10 11:29:56 +00:00
pierre
eb1f44c750
+ Memory tracing if compiled with -dHEAPTRC
...
* Many memory leaks removed
1999-02-10 09:55:43 +00:00
pierre
7917d69435
+ added OldValue and CurrentValue field for watchpoints
...
+ InitBreakpoints and DoneBreakpoints
+ MessageBox if GDB stops bacause of a watchpoint !
1999-02-10 09:55:07 +00:00
pierre
005b441e7d
* cmSourceWindowClosing resets Debugger LastSource field to avoid problems
1999-02-10 09:54:11 +00:00
pierre
ec63373072
* better storing of breakpoints
1999-02-10 09:53:14 +00:00
pierre
f8ecd046d1
* MemorySizeSwitches -> MemorySwitches (were duplicates)
1999-02-10 09:52:43 +00:00
pierre
e041b232cc
small cleanup
1999-02-10 09:51:59 +00:00
pierre
190f1f9cf8
* Adapted to TBrowserWindow changes
1999-02-10 09:51:03 +00:00
pierre
9d6ef69221
* MemorySizeSwitches Removed (was duplicate of MemorySwitches !)
...
* Added missing disposes at exit
1999-02-10 09:45:55 +00:00
pierre
ce1f8d84c2
+ added B tab for functions and vars for break/watch
...
TBrowserWindow also stores the symbol itself for break/watchpoints
1999-02-10 09:44:59 +00:00
pierre
a415c0d2df
+ DoneReservedWords to avoid memory leaks
...
* TMessageItem Module field was not disposed
1999-02-10 09:42:52 +00:00
pierre
d6ff5d2b68
+ added check for param in source
1999-02-10 09:38:46 +00:00
pierre
8590834823
* Value was not disposed before overwrite in TINIEntry.SetValue
1999-02-10 09:14:57 +00:00
pierre
dfc0837adf
* duplicate call_reset removed
...
* frames allocation and freeing corrected
+ GetError and GetOutput pchar function added
+ stop_breakpoint_number to know why the program stopped
(used for watches)
1999-02-10 09:00:43 +00:00
pierre
c6657c9ba2
* more static method bugs
1999-02-10 08:40:10 +00:00
florian
b876c29e62
* check for duplicate field names in inherited classes/objects
...
* bug with self from the mailing list solved (the problem
was that classes were sometimes pushed wrong)
1999-02-09 23:03:08 +00:00