micha
|
4d9968925e
|
fix compile by adding braces
git-svn-id: trunk@5869 -
|
2004-08-27 09:19:27 +00:00 |
|
marc
|
b8918ec656
|
* Restructured debugger view classes
* Fixed help
git-svn-id: trunk@5867 -
|
2004-08-26 23:50:05 +00:00 |
|
mattias
|
a7d381ad9d
|
splitted TMainIDE (main control instance) and TMainIDEBar (IDE menu and palette), added mainbase.pas and mainintf.pas
git-svn-id: trunk@5749 -
|
2004-08-08 18:02:45 +00:00 |
|
mattias
|
617948d9c8
|
removed unneeded units in uses sections
git-svn-id: trunk@5443 -
|
2004-05-02 12:01:15 +00:00 |
|
mattias
|
6090b95013
|
added test if debugger filename exists
git-svn-id: trunk@5229 -
|
2004-02-24 15:30:13 +00:00 |
|
mattias
|
6d76f34810
|
using now fpc constant LineEnding from Vincent
git-svn-id: trunk@5073 -
|
2004-01-17 13:29:04 +00:00 |
|
mattias
|
7df6dc79ca
|
improved debugger: saved log, error handling in initialization, better reinitialize
git-svn-id: trunk@5016 -
|
2004-01-05 15:22:42 +00:00 |
|
mattias
|
8dfca459b1
|
fixed searching for default debugger line
git-svn-id: trunk@4794 -
|
2003-11-10 22:29:23 +00:00 |
|
marc
|
ceaf698ecf
|
Implemented new gtk keyevent handling
git-svn-id: trunk@4715 -
|
2003-10-16 23:54:27 +00:00 |
|
mattias
|
09f667c569
|
implemented Build+Run File
git-svn-id: trunk@4504 -
|
2003-08-20 15:06:57 +00:00 |
|
mattias
|
b8131d303a
|
clean up win32 ifdefs
git-svn-id: trunk@4484 -
|
2003-08-15 14:28:48 +00:00 |
|
mattias
|
177677936d
|
fixed initialenabled, debuggertype, linkscaner open string constant
git-svn-id: trunk@4458 -
|
2003-08-08 10:24:48 +00:00 |
|
mattias
|
714365de77
|
fixed mem leaks in debugger
git-svn-id: trunk@4456 -
|
2003-08-08 07:49:56 +00:00 |
|
mattias
|
70e9f64a59
|
fixed double messages SETLabel
git-svn-id: trunk@4443 -
|
2003-07-31 19:56:50 +00:00 |
|
marc
|
8c1610c08d
|
* Added RegisterDebugger
git-svn-id: trunk@4439 -
|
2003-07-30 23:15:39 +00:00 |
|
mattias
|
d22221b36c
|
moved debugger type to the debugger options
git-svn-id: trunk@4423 -
|
2003-07-25 17:05:58 +00:00 |
|
marc
|
e0a9af5324
|
+ Added SSHGDB debugger
git-svn-id: trunk@4417 -
|
2003-07-24 08:47:37 +00:00 |
|
marc
|
fb9cba261c
|
MWE:
+ Implemented DebuggerOptions-ExceptonAdd
* fixed inputquery (cannot setfocus while dialog is invisuible)
git-svn-id: trunk@4279 -
|
2003-06-16 00:07:28 +00:00 |
|
marc
|
63a231e277
|
MWE: + Added DebuggerOptionDialog
git-svn-id: trunk@4276 -
|
2003-06-14 02:24:34 +00:00 |
|
marc
|
e6a44e2109
|
MWE: + Added initial signal and exception handling
git-svn-id: trunk@4272 -
|
2003-06-13 19:21:31 +00:00 |
|
marc
|
a56a7db65a
|
MWE: * Enabled modification of breakpoints while running
git-svn-id: trunk@4256 -
|
2003-06-10 23:48:26 +00:00 |
|
mattias
|
364b458aec
|
implemented view call stack key and jumping to last stack frame with debug info
git-svn-id: trunk@4250 -
|
2003-06-09 15:58:05 +00:00 |
|
mattias
|
80b3c6bfcf
|
implemented setting working directory for debugger
git-svn-id: trunk@4249 -
|
2003-06-09 14:39:52 +00:00 |
|
mattias
|
c5919c3dfd
|
deactivated our TDataModule for fpc 1.0.8 and 1.1
git-svn-id: trunk@4235 -
|
2003-06-05 15:25:28 +00:00 |
|
mattias
|
e601180b90
|
implemented popupmenu items in source editor for breakpoints
git-svn-id: trunk@4233 -
|
2003-06-04 16:34:11 +00:00 |
|
mattias
|
80d74a8fe7
|
implemented breakpoints hints for source editor
git-svn-id: trunk@4232 -
|
2003-06-04 13:34:58 +00:00 |
|
mattias
|
12839a8385
|
implemented setting breakpoint while compiling
git-svn-id: trunk@4231 -
|
2003-06-04 12:44:55 +00:00 |
|
mattias
|
8798b8079b
|
fixed loading bookmarks for editor index 0
git-svn-id: trunk@4230 -
|
2003-06-03 16:12:14 +00:00 |
|
mattias
|
583cd45e6a
|
implemented updates between source marks and breakpoints
git-svn-id: trunk@4228 -
|
2003-06-03 10:29:22 +00:00 |
|
mattias
|
4a8f4953a9
|
implemented showing source lines in breakpoints dialog
git-svn-id: trunk@4227 -
|
2003-06-03 08:02:33 +00:00 |
|
marc
|
134c587eef
|
MWE: = Splitted TDBGBreakpoint into TBaseBreakPoint, TIDEBreakpoint and
TDBGBreakPoint
git-svn-id: trunk@4226 -
|
2003-06-03 01:35:39 +00:00 |
|
mattias
|
778256fa2f
|
added try except to Application.Run, message on changing debugger items during compile
git-svn-id: trunk@4215 -
|
2003-05-30 08:10:52 +00:00 |
|
mattias
|
c67f949ee8
|
implemented jump to code on double click for breakpoints and callstack dlg
git-svn-id: trunk@4214 -
|
2003-05-29 23:14:17 +00:00 |
|
mattias
|
4bff933ab0
|
fixed reposition sourcemark
git-svn-id: trunk@4213 -
|
2003-05-29 18:47:27 +00:00 |
|
marc
|
5dad254d29
|
MWE: * Fixed string resolving
* Updated exception handling
git-svn-id: trunk@4212 -
|
2003-05-29 17:40:10 +00:00 |
|
mattias
|
2f9b4a5c83
|
added Destroying flag, debugger now always shuts down
git-svn-id: trunk@4211 -
|
2003-05-29 07:25:02 +00:00 |
|
marc
|
06270715bc
|
MWE: * Fixed adding/removing breakpoints while paused
git-svn-id: trunk@4210 -
|
2003-05-28 22:43:21 +00:00 |
|
mattias
|
7d3cacb432
|
implemented sourcemarks
git-svn-id: trunk@4206 -
|
2003-05-28 15:56:19 +00:00 |
|
mattias
|
f0f5ad9694
|
watches dialog now without DoInitDebugger
git-svn-id: trunk@4205 -
|
2003-05-28 09:00:35 +00:00 |
|
mattias
|
6241f4822c
|
break;points dialog now gets the items without debugger
git-svn-id: trunk@4204 -
|
2003-05-28 08:46:24 +00:00 |
|
marc
|
6b796de096
|
MWE: * Reworked breakpoint handling
git-svn-id: trunk@4203 -
|
2003-05-28 00:58:50 +00:00 |
|
mattias
|
4e73760765
|
implemented enable and deleting breakpoint in breakpoint dlg
git-svn-id: trunk@4202 -
|
2003-05-27 20:58:12 +00:00 |
|
mattias
|
1cfa75bdb8
|
small fixes for debugger without file
git-svn-id: trunk@4200 -
|
2003-05-27 15:04:00 +00:00 |
|
marc
|
0ee08ef013
|
MWE: + Added exception break
* Reworked adding/removing breakpoints
+ Added Unknown breakpoint type
git-svn-id: trunk@4199 -
|
2003-05-27 08:01:31 +00:00 |
|
mattias
|
a915590b4f
|
fixed double breakpoints
git-svn-id: trunk@4194 -
|
2003-05-26 11:08:20 +00:00 |
|
mattias
|
fec21e4d16
|
implemented search, fixed double loading breakpoints
git-svn-id: trunk@4193 -
|
2003-05-26 10:34:47 +00:00 |
|
mattias
|
562671b13c
|
implemented searching for indirect include files
git-svn-id: trunk@4185 -
|
2003-05-25 15:31:11 +00:00 |
|
mattias
|
f5fda4505a
|
added TScreen handlers, implemented TMainIDE.UnHideIDE
git-svn-id: trunk@4184 -
|
2003-05-25 12:12:36 +00:00 |
|
marc
|
d43aa69aac
|
MWE: Added an usersource history
git-svn-id: trunk@4183 -
|
2003-05-24 17:51:34 +00:00 |
|
mattias
|
a3012fd98c
|
started Hide IDE on run
git-svn-id: trunk@4181 -
|
2003-05-24 11:06:43 +00:00 |
|