juha
b20cf40349
Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
...
git-svn-id: trunk@58622 -
2018-07-24 17:49:21 +00:00
martin
d5c2ad0fca
Fix Icons for call stack
...
git-svn-id: trunk@57631 -
2018-04-09 10:34:17 +00:00
martin
c7fe5d1822
IDE, Debugger: Implemented symbol for pending breakpoint (used for code in libraries(dll/so), before it is loaded)
...
git-svn-id: trunk@57193 -
2018-01-30 19:44:26 +00:00
juha
b29a46c876
Debugger: Simplify getting the full name of debugged file.
...
git-svn-id: trunk@55545 -
2017-07-20 13:56:50 +00:00
juha
4d212f5d65
Debugger: Jump properly from call stack to include files. Issue #31755 .
...
git-svn-id: trunk@55155 -
2017-06-02 10:05:32 +00:00
ondrej
dc0a33652f
IdeIntf: TIDEImages: switch parameters for CreateImage, LoadImage and GetImageIndex methods.
...
git-svn-id: trunk@55039 -
2017-05-22 07:52:37 +00:00
juha
92ebfa019f
IDE: Use symlinks when opening file for debugging. Improved version. Issue #31577 , patch from Artyom.
...
git-svn-id: trunk@54572 -
2017-04-08 09:22:51 +00:00
joost
1de2cbf586
general: Updated address of the Free Software Foundation in copyright messages
...
git-svn-id: trunk@54031 -
2017-01-29 21:04:32 +00:00
juha
06ac76f560
LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus.
...
git-svn-id: trunk@49494 -
2015-07-04 23:08:00 +00:00
mattias
f3f0866921
IDE: checked compiler warnings, clean up
...
git-svn-id: trunk@48218 -
2015-03-10 14:51:21 +00:00
martin
91ef0ea2a5
Debugger (gdb): fixed finding src and line (lines were missing) from fpc mangled names. Issue #0024641
...
git-svn-id: trunk@47536 -
2015-01-26 23:07:13 +00:00
martin
cedbc0d203
Debugger: Fix stack history / broken in recent refactor
...
git-svn-id: trunk@44553 -
2014-03-29 22:32:48 +00:00
martin
c0924d71a4
Debugger: refactor
...
git-svn-id: trunk@44463 -
2014-03-18 02:45:28 +00:00
martin
ed539caf03
Debugger: refactor register
...
git-svn-id: trunk@44216 -
2014-02-24 01:44:49 +00:00
martin
e38b958e04
Debugger/DbgIntf: Moved code to DebuggerIntf package
...
git-svn-id: trunk@44097 -
2014-02-16 14:29:53 +00:00
martin
5416ac2ed8
DBG: Dialogs, don't give help related commands to IDE. They will be ignored
...
git-svn-id: trunk@37697 -
2012-06-19 23:41:45 +00:00
martin
5a1360baf1
LazLogger, introduce base and dummy classes
...
git-svn-id: trunk@35778 -
2012-03-06 19:36:11 +00:00
martin
fcdd4f6bf0
DBG: move same debugln to LazLogger cmd-line config
...
git-svn-id: trunk@35342 -
2012-02-12 23:33:11 +00:00
mattias
fcfc88b774
IDE: removed MainIDEIntf
...
git-svn-id: trunk@34648 -
2012-01-07 20:45:57 +00:00
martin
ce5c315627
DBG: Clean up (removed unused units)
...
git-svn-id: trunk@33797 -
2011-11-26 11:41:29 +00:00
martin
ed780f4ced
DBG: Store/Restore column size (debug dialogs). issue #0018035
...
git-svn-id: trunk@33270 -
2011-11-03 17:53:46 +00:00
martin
f991072664
DBG: added some feedback (debugln)
...
git-svn-id: trunk@33090 -
2011-10-26 14:26:14 +00:00
martin
03120971cf
DBG: refactor GetBreakpointImage / Add images to breakpoint-dlg
...
git-svn-id: trunk@32827 -
2011-10-11 21:46:29 +00:00
martin
5fd3a7a645
DBG: do not open virtual unit twice.
...
git-svn-id: trunk@32724 -
2011-10-06 20:29:58 +00:00
martin
afc9b17919
DBG: Fixed a possible bad memory access / Fixed line from source 1 vs 0 based
...
git-svn-id: trunk@32718 -
2011-10-06 10:07:34 +00:00
martin
dbb87ca09b
DBG: Fixed jumping to unit of unsaved project
...
git-svn-id: trunk@32449 -
2011-09-21 12:13:24 +00:00
martin
f20eedc54a
DBG: Fixed potential double execution of keys, if pressed in debug-windows. The key would be handled once via KeyDown, and a 2nd time as Menu-Click (if assigned to a menu item). Issue #0019561
...
git-svn-id: trunk@31234 -
2011-06-14 21:41:42 +00:00
martin
ac70d0ff2f
DBG: reduced flicker in Data windows, added debugln
...
git-svn-id: trunk@31150 -
2011-06-10 00:44:18 +00:00
martin
58dbddba3e
DBG: Refactor, clean up
...
git-svn-id: trunk@31131 -
2011-06-08 00:46:39 +00:00
martin
b5b1b4542d
DBG: Add tool bar to Dis-Assembler window
...
git-svn-id: trunk@28620 -
2010-12-04 18:40:30 +00:00
martin
71d957a779
DBG: process IDE commands in dialogs. Add step-over/into with automatic (windows context) asm/cmd switch
...
git-svn-id: trunk@28416 -
2010-11-22 18:46:25 +00:00
mattias
1ee3d6dcf4
IDEIntf: moved TSimpleIDEWindowLayout to IDEWindowCreators
...
git-svn-id: trunk@26201 -
2010-06-20 10:45:52 +00:00
mattias
9b2dc8742c
IDE: added flag to disable autosizing on create
...
git-svn-id: trunk@26002 -
2010-06-09 07:06:52 +00:00
mattias
d18d9a1205
IDEIntf: started TIDEWindowDefaultLayout
...
git-svn-id: trunk@25573 -
2010-05-22 10:59:28 +00:00
marc
c569ccca33
* Added breakpont properties dialog. Modified patch by Benito van der Zander (issue #12882 )
...
git-svn-id: trunk@18115 -
2009-01-04 19:57:56 +00:00
marc
435a07ac28
- Removed some unneeded indirections
...
git-svn-id: trunk@17527 -
2008-11-22 18:43:49 +00:00
vincents
a0311c2cba
removed cvs logs
...
git-svn-id: trunk@7541 -
2005-08-22 12:30:03 +00:00
vincents
7e441f98c9
remove ===-lines in cvs log comments, so removelog awk script does its work correctly
...
git-svn-id: trunk@7538 -
2005-08-22 10:05:31 +00:00
marc
b8918ec656
* Restructured debugger view classes
...
* Fixed help
git-svn-id: trunk@5867 -
2004-08-26 23:50:05 +00:00
mattias
7e956b8c19
more Actions TAction, TBasicAction, ...
...
git-svn-id: trunk@5138 -
2004-02-02 16:59:28 +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
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
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
6241f4822c
break;points dialog now gets the items without debugger
...
git-svn-id: trunk@4204 -
2003-05-28 08:46:24 +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
08d5a555f2
implemented deleting empty submenus
...
git-svn-id: trunk@3016 -
2002-08-18 08:57:02 +00:00
lazarus
6c9464c470
MG: updated licenses
...
git-svn-id: trunk@1668 -
2002-05-10 06:57:51 +00:00
lazarus
ecd33ba5b5
MWE:
...
+ Added locals dialog
* Modified breakpoints dialog (load as resource)
+ Added generic debuggerdlg class
= Reorganized main.pp, all debbugger relater routines are moved
to include/ide_debugger.inc
git-svn-id: trunk@1536 -
2002-03-23 15:54:30 +00:00