laurent
29edef9d61
Load glyph form resource
...
git-svn-id: trunk@16703 -
2008-09-24 12:15:57 +00:00
paul
6f92209879
debugger: fix some button align in options dialog
...
git-svn-id: trunk@16649 -
2008-09-19 15:21:55 +00:00
sekelsenmat
451adf3573
Adds copy to clipboard menu in debugoutput dialog.
...
git-svn-id: trunk@16548 -
2008-09-11 17:19:02 +00:00
paul
a857c3f5d9
debugger: more utf8 fixes
...
git-svn-id: trunk@16425 -
2008-09-05 05:42:07 +00:00
paul
d57b1b6854
debugger: fix handling of UTF8 filenames
...
git-svn-id: trunk@16424 -
2008-09-05 03:28:31 +00:00
mattias
e0e29ebbde
IDE: debugger options: auto search for gdb path when switching debugger class
...
git-svn-id: trunk@16354 -
2008-09-01 18:10:40 +00:00
mattias
64668d1e39
IDE: moved debug options form to debugger directory
...
git-svn-id: trunk@16352 -
2008-09-01 17:21:48 +00:00
mattias
fa30fe40de
Marc wins
...
git-svn-id: trunk@16351 -
2008-09-01 13:14:17 +00:00
mattias
69cfe88898
using UTF-8 for file operations and environment variables
...
git-svn-id: trunk@16236 -
2008-08-25 22:32:23 +00:00
paul
508983cd7e
debugger: fix callstack return ( #0011921 , thanks to Jeff Doyle)
...
git-svn-id: trunk@16151 -
2008-08-20 01:15:25 +00:00
mattias
8c7598d73a
IDE: implemented supporting FPCVer in FPCSrcDir
...
git-svn-id: trunk@16133 -
2008-08-19 01:28:24 +00:00
mattias
c81aab571f
fixed uninitialized function results
...
git-svn-id: trunk@16088 -
2008-08-16 20:51:45 +00:00
mattias
2996a3c332
rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
...
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
7e0bf7487b
IDE: reduced output
...
git-svn-id: trunk@15546 -
2008-06-23 18:04:23 +00:00
vincents
95463a005e
IDE: fixed deleting multiple breakponts (bug #10236 )
...
git-svn-id: trunk@15386 -
2008-06-11 10:33:29 +00:00
paul
709cbabbdb
debugger: delete all selected watches, not only first selected
...
git-svn-id: trunk@15324 -
2008-06-06 01:08:49 +00:00
vincents
eeec3262a6
IDE: improved the breakpoints dialog for keyboard usage (related to bug #9308 and #10244 )
...
git-svn-id: trunk@15132 -
2008-05-14 12:14:54 +00:00
marc
c81003eefa
* Introduced TCustomBitmap as base class for all pixelbased imageclasses. Currently backward comatible (and equal to) TBitmap
...
* Added resource loading support to TPicture and Glyps to avoid image quality loss when converted to TBitmap
* Removed copy paste code for imagelist resource loading
* Moved some graphic classes to their own ini file
git-svn-id: trunk@14876 -
2008-04-17 23:43:11 +00:00
sekelsenmat
47b439a63b
Fixes type in error message.
...
git-svn-id: trunk@14873 -
2008-04-17 21:43:36 +00:00
laurent
0b7a106fec
ResourceStrings for Locals Dialog
...
git-svn-id: trunk@14737 -
2008-04-02 20:44:09 +00:00
laurent
2b64b5513a
ResourceStrings for Watch Property Dialog
...
git-svn-id: trunk@14736 -
2008-04-02 20:27:49 +00:00
laurent
38ae119989
Resourcestring for breakpoints dialog
...
git-svn-id: trunk@14706 -
2008-04-01 06:49:47 +00:00
paul
6e210ebe71
save input history of evaluate/modify dialog in a better way (as it was designed)
...
git-svn-id: trunk@14696 -
2008-03-31 07:45:23 +00:00
paul
875e30cdd3
update .lrs and .lfm of call stack dialog (they has been forgotten previously by someone)
...
git-svn-id: trunk@14695 -
2008-03-31 07:23:12 +00:00
laurent
d74b9c2a32
Assign property form callstrackdlg
...
git-svn-id: trunk@14690 -
2008-03-30 22:16:42 +00:00
laurent
69d4b38683
Resources String for CallStack and debug Output Dialog
...
git-svn-id: trunk@14689 -
2008-03-30 21:39:35 +00:00
laurent
56e46f1f11
New icones for CallStack dialog
...
git-svn-id: trunk@14628 -
2008-03-24 22:17:02 +00:00
marc
6c828ea03c
* Callstack speedup. Now enties are fetched in one go from the debugger by Martin Friebe (modified)
...
* Fixed callstack item count
git-svn-id: trunk@14561 -
2008-03-18 01:00:51 +00:00
marc
b23a60a435
* Callstack improvement by Martin Friebe
...
git-svn-id: trunk@14493 -
2008-03-11 00:32:30 +00:00
vincents
c01797e7b0
debugger: fixed passing LineEnding to the debugger (bug #10975 )
...
git-svn-id: trunk@14466 -
2008-03-08 12:14:40 +00:00
vincents
0bc0d15388
debugger: completed fix of r14459 #ae6fd378b3
...
git-svn-id: trunk@14460 -
2008-03-07 15:52:22 +00:00
vincents
ae6fd378b3
debugger: fixed compilation with fpc 2.3.1. as suggested by Marc (bug #10970 )
...
git-svn-id: trunk@14459 -
2008-03-07 15:07:30 +00:00
mattias
cc31f4881a
debugger: clean up
...
git-svn-id: trunk@14420 -
2008-03-05 11:41:47 +00:00
marc
6379cc6061
* Fixed nil pointer dereference when jumping to source when all tabs are closed (reported by Martin Friebe)
...
* Fixed possible nil pointer dereference when callstack returns a nil entry (reported by Martin Friebe)
* Simplified copying callstack to clipboard
git-svn-id: trunk@14213 -
2008-02-20 23:16:58 +00:00
mattias
999e8b059d
IDE: TXMLConfig.Flush does not save if Filename empty, TLazPackage extended to save to string, package system extended to revert packages not edited and to check changed packages on disk, disk diff dlg extended to show changes of packages
...
git-svn-id: trunk@13913 -
2008-01-29 17:52:05 +00:00
marc
7183882ba2
* implemented limited callstackview based on patch from Martin Friebe
...
git-svn-id: trunk@13896 -
2008-01-27 16:01:41 +00:00
marc
f5ec643614
* allow evaluation of upper ascii chars
...
git-svn-id: trunk@13812 -
2008-01-20 23:58:59 +00:00
marc
160f3905c4
* Reduced stringmanipulation when parsing gdb mi result
...
git-svn-id: trunk@13810 -
2008-01-20 19:32:34 +00:00
marc
b7d6585db5
* Fixed compilation on win32
...
git-svn-id: trunk@13796 -
2008-01-19 11:24:03 +00:00
marc
4d014fa56c
* Improved MI parser, based on patch by Martin Friebe
...
git-svn-id: trunk@13790 -
2008-01-19 02:48:48 +00:00
marc
273bdea671
* Ignore debugger errors when creating locals
...
git-svn-id: trunk@13742 -
2008-01-13 19:21:26 +00:00
marc
993bf3680e
* Fixed arguments as locals
...
git-svn-id: trunk@13734 -
2008-01-12 18:41:45 +00:00
marc
b6485030ed
* Fixed crash when deleting watches ( #10075 ). Patch by Martin Friebe
...
git-svn-id: trunk@13733 -
2008-01-12 17:36:07 +00:00
marc
b929239e3c
* widened the current column so it will show its contents on windows
...
git-svn-id: trunk@13732 -
2008-01-12 17:09:27 +00:00
marc
83cd44b0c5
+ added classtype support to debugger expression evaluation
...
git-svn-id: trunk@13705 -
2008-01-10 01:10:20 +00:00
marc
1b0fb632fa
* Added option to callstack to select the current frame. Based on a patch by Martin Friebe
...
git-svn-id: trunk@13700 -
2008-01-09 22:02:46 +00:00
marc
c94243fad2
testcommit
...
git-svn-id: trunk@13477 -
2007-12-27 09:50:49 +00:00
vincents
5a6eb8feed
debugger: reset working directory before setting it, to workaround a possible gdb bug, fjxes bug #10308 .
...
git-svn-id: trunk@13184 -
2007-12-06 22:40:01 +00:00
marc
c6c16d5bbd
* Reduced async-record shlibs debugger output
...
git-svn-id: trunk@12712 -
2007-11-03 02:42:40 +00:00
marc
bd07d08f17
* added pei-i386 filetype so debugger recognized it as x86
...
git-svn-id: trunk@12710 -
2007-11-03 01:44:58 +00:00