Commit graph

70 commits

Author SHA1 Message Date
Mirek Fidler
71ead17f76 ide: PDB debugger fixed Threads tab interaction with backtrace 2026-01-21 11:08:41 +01:00
mirek-fidler
1056486e73
CtrlLib: DisplayPopup refactored with PaintHook 2025-10-21 23:58:55 +02:00
klugier
b3446ff9f3 Fix to compile on Windows. 2025-10-20 20:57:57 +02:00
Mirek Fidler
3dfb507422 ide: another alt+c fix, --debug mode 2025-10-20 00:31:35 +02:00
Mirek Fidler
9fd52f0967 .ide: pdb cosmetics 2025-10-12 19:27:18 +02:00
Mirek Fidler
fa58d0c40a ide: PDB debugger now can use Esc scripts for pretty printing 2025-01-09 17:47:11 +01:00
Mirek Fidler
650ab9af60 ide: fixed to compile, CtrlLib: StaticText::GetText 2022-06-06 09:58:06 +02:00
Mirek Fidler
0449296f07 gui_sizeof merged, double formatting precsion in JSON/XML reduced to 15 digits 2022-06-03 11:43:48 +02:00
Mirek Fidler
05fdb8a04a ide: Debugger NLS support for debugee commandline 2022-02-11 13:44:38 +01:00
cxl
84aae8ed12 ide: LocalHost/Host, urepo refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@15586 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-12-12 19:27:04 +00:00
cxl
61777f3a95 ide: Threads tab in PDB debugger
git-svn-id: svn://ultimatepp.org/upp/trunk@14684 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-07-15 11:34:01 +00:00
cxl
0c9c9eb968 ide: Pdb dll modules info
git-svn-id: svn://ultimatepp.org/upp/trunk@14308 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-14 07:46:58 +00:00
cxl
5ab308359d debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@14187 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-25 14:46:09 +00:00
cxl
6dd243317e ide: PDB Image support
git-svn-id: svn://ultimatepp.org/upp/trunk@14184 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-23 09:14:00 +00:00
cxl
28c6c25ffc ide: PDB std::deque support
git-svn-id: svn://ultimatepp.org/upp/trunk@14179 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-19 23:58:09 +00:00
cxl
5941dfdae3 ide: clang related fixes, find in files now trims long lines when putting them to output display array to avoid slowdowns
git-svn-id: svn://ultimatepp.org/upp/trunk@14115 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-03-02 13:34:24 +00:00
cxl
a881791b6d ide: PDB improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13763 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-14 14:20:06 +00:00
cxl
ed27affcee ide: Pdb debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@13742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-06 18:50:11 +00:00
cxl
25719a9282 ide: PDB GUI redesign
git-svn-id: svn://ultimatepp.org/upp/trunk@13723 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-28 17:22:00 +00:00
cxl
a0a55ce329 ide: PDB debugger refactoring
git-svn-id: svn://ultimatepp.org/upp/trunk@13698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-16 18:57:20 +00:00
cxl
34107bea15 PDB debugger pretty printing
git-svn-id: svn://ultimatepp.org/upp/trunk@13695 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-11-15 16:13:08 +00:00
cxl
f99c4fe4c7 ide: debugger next / prev frame buttons improved
git-svn-id: svn://ultimatepp.org/upp/trunk@13562 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-08-29 08:42:09 +00:00
cxl
bf0669f62d ide: PDB fixed all threads backtrace thread ID
git-svn-id: svn://ultimatepp.org/upp/trunk@13500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-19 07:10:48 +00:00
cxl
8709bc5c0d ide: Debugger now has arrow buttons to change frame without dropping the list
git-svn-id: svn://ultimatepp.org/upp/trunk@13499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-18 21:19:05 +00:00
cxl
c3976889b5 ide: pdb debugger fixed for crosscompile with mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@13488 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-07-12 07:48:07 +00:00
cxl
cfed8b3c22 ide: Improved exception handling in debuggers
git-svn-id: svn://ultimatepp.org/upp/trunk@12771 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-19 10:07:17 +00:00
cxl
60ab20092e ide: Debugger Copy backtrace of all threads fixed (both PDB and MINGW)
git-svn-id: svn://ultimatepp.org/upp/trunk@12769 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-19 09:00:40 +00:00
cxl
3bf06190d9 ide: Another attempt at fixing debugger termination (thanks Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@12687 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-01-20 15:44:05 +00:00
cxl
7a12b89ec9 ide: Attempt at fixing Pdb termination
git-svn-id: svn://ultimatepp.org/upp/trunk@12616 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-12-12 08:47:49 +00:00
cxl
f883a1d034 ide: PDB Debugger now shows exclamation if it fails to kill debugee
git-svn-id: svn://ultimatepp.org/upp/trunk@12589 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-29 11:29:41 +00:00
cxl
3258c7256e ide: Pdb debugger attempt at solving the termination issue
git-svn-id: svn://ultimatepp.org/upp/trunk@12585 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-27 08:48:32 +00:00
cxl
8fb4a54fbe PDB debugger improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@11856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-03-21 19:48:13 +00:00
cxl
2850ed2911 uppsrc: Topic language separator changed from '$' to '@' (to avoid problems with makefiles)
git-svn-id: svn://ultimatepp.org/upp/trunk@11509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-12-02 12:51:27 +00:00
cxl
24533149fd .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@10665 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-07 08:07:21 +00:00
cxl
d16d455171 ide: Pdb: Fixed memory pane issue in win64 debugging
git-svn-id: svn://ultimatepp.org/upp/trunk@10004 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-07-03 15:49:18 +00:00
cxl
5edae0e110 .reorganizing
git-svn-id: svn://ultimatepp.org/upp/trunk@9759 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-05-01 20:21:16 +00:00
cxl
fd30908187 ide: new bin mingw layout
git-svn-id: svn://ultimatepp.org/upp/trunk@9578 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-03-06 23:13:16 +00:00
cxl
b259c8fac5 ide: Fixed PDB debugger
git-svn-id: svn://ultimatepp.org/upp/trunk@9216 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-11-23 08:51:08 +00:00
cxl
f2c8a2f6e5 ide: Fixed issue with terminating pdb debugger #1153
git-svn-id: svn://ultimatepp.org/upp/trunk@9122 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-30 19:51:28 +00:00
cxl
956f1a5981 ide: Fixed to compile in posix
git-svn-id: svn://ultimatepp.org/upp/trunk@9109 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-29 17:39:44 +00:00
cxl
1092b63bb0 ide: gdb features #1309
git-svn-id: svn://ultimatepp.org/upp/trunk@9105 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-28 18:48:08 +00:00
cxl
58a0849c24 ide: fixed to compile with GCC
git-svn-id: svn://ultimatepp.org/upp/trunk@9091 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-27 11:21:37 +00:00
cxl
d5f7082d16 pdb improvements #1306
git-svn-id: svn://ultimatepp.org/upp/trunk@9088 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-27 06:06:31 +00:00
cxl
140573e73c pdb: Fixed visualise issues #1306, CtrlLib: fixed multirrot TreeCtrl flag init
git-svn-id: svn://ultimatepp.org/upp/trunk@9087 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-10-26 20:12:37 +00:00
cxl
ee9f618272 ide: Win32 parts fixed for C++11
git-svn-id: svn://ultimatepp.org/upp/trunk@8845 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-08-24 18:08:09 +00:00
cxl
69c56f8aa0 ide: PDB backtrace now contains line numbers
git-svn-id: svn://ultimatepp.org/upp/trunk@7897 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-15 16:50:11 +00:00
cxl
5bad552654 .removed DDUMPs
git-svn-id: svn://ultimatepp.org/upp/trunk@7685 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-13 21:45:59 +00:00
cxl
9e090ac73d ide: PDB debugger now prints Nulls
git-svn-id: svn://ultimatepp.org/upp/trunk@7684 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-09-13 20:47:12 +00:00
cxl
3fbee42a50 ide: Fixed Debugger GCC compilation
git-svn-id: svn://ultimatepp.org/upp/trunk@7623 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-30 09:23:15 +00:00
cxl
739ce3654c ide: PDB improvements/fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@7616 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-08-29 07:40:39 +00:00