Roy Qu
9dacc9bbb9
- fix: when debug the executable using gdb server, add current compiler set's bin folders to path
2022-06-16 21:56:07 +08:00
Roy Qu
3d6d3c5210
- fix: when run/debug the executable, add current compiler set's bin folders to path
...
- fix: when open in shell, add current compiler set's bin folders to path
2022-06-16 21:34:31 +08:00
Roy Qu
90b6916978
- fix: modify watch doesn't work
2022-05-30 16:40:45 +08:00
Roy Qu
c56a020781
- enhancement: can debug files that has non-ascii chars in its path and is compiled by clang
...
- fix: when debugging project, default compiler set is wrongly used
2022-05-15 17:14:22 +08:00
Roy Qu
7bc5a2ee7a
- fix: can't stop a freeze program that has stdin redirected.
...
- enhancement: context menu for problem cases table
2022-03-30 19:28:46 +08:00
Roy Qu
797a9b8498
- enhancement: redirect stdio to a file while debugging ( must use gdb server mode to debug)
2022-01-12 18:47:50 +08:00
Roy Qu
d8413ab76c
- enhancement: modify values in the watch view by double click
2022-01-12 17:14:39 +08:00
Roy Qu
3ca1a9fc4c
- enhancement: modify values in the memory view while debugging
...
- enhancement: auto update watch, local and memory view after expression evaluated
- enhancement: auto update watch, local and memory view after memory modified
2022-01-11 22:29:03 +08:00
Roy Qu
bb6a4ed9c8
qt 5.12 compatibility
2022-01-04 16:50:54 +08:00
Roy Qu
69e5e76a6f
work save
2022-01-02 11:43:23 +08:00
Roy Qu
212fdc37b2
- enhancement: assign a not saved editor to a problem
2022-01-02 10:37:00 +08:00
Roy Qu
2319034be4
- fix: heartbeat for gdb server async command shouldn't disable actions
2022-01-01 09:17:12 +08:00
Roy Qu
fe8d3e9663
- fix: compile error in linux
...
- fix: can't receive gdb async output for commands
2021-12-27 21:32:30 +08:00
royqh1979@gmail.com
96ab0890ba
- fix: watch and local infos not updated when changing current frame in the call stack panel
...
- enhancement: pause the debugging program (The debugger should work under gdb server mode, which is turned off by default in windows)
2021-12-27 10:59:04 +08:00
royqh1979@gmail.com
317db42876
add license information
2021-12-26 23:18:28 +08:00
Roy Qu
4f61797a50
fix: crash when close debugger
2021-12-25 20:02:53 +08:00
Roy Qu
f52ea9dcab
fix: gdb server can be correctly stopped
2021-12-25 19:22:29 +08:00
Roy Qu
f2504e1f43
add options for gdb server
...
debug with gdb server
2021-12-25 18:09:50 +08:00
Roy Qu
92fcd9b923
implemented: watch var handles
2021-11-25 20:26:43 +08:00
Roy Qu
39ab388458
work save
2021-11-25 11:24:38 +08:00
Roy Qu
3abbf66251
add "open cpu window when signaled" debug option
2021-11-25 10:18:21 +08:00
Roy Qu
af1bc5f538
can handle signal
2021-11-25 09:05:45 +08:00
Roy Qu
73c88065f8
work save
2021-11-25 07:42:56 +08:00
Roy Qu
777d11cdcb
disassembly finished
2021-11-24 23:32:34 +08:00
Roy Qu
5c17096e00
work save
2021-11-24 21:22:01 +08:00
Roy Qu
b17406eb07
work save
2021-11-24 17:53:25 +08:00
Roy Qu
fdfa7c779f
work save
2021-11-24 10:07:35 +08:00
Roy Qu
9fd06a9837
work save
2021-11-23 21:08:33 +08:00
royqh1979@gmail.com
aa17415b15
work save
2021-11-21 08:38:03 +08:00
royqh1979@gmail.com
3f474a9db4
work save
2021-11-20 07:53:39 +08:00
royqh1979@gmail.com
8b7d19f94e
work save
2021-11-12 10:51:00 +08:00
royqh1979@gmail.com
bfd64312d9
work save
2021-11-10 17:05:37 +08:00
royqh1979@gmail.com
71f5a7c056
work save
2021-11-10 12:57:18 +08:00
royqh1979@gmail.com
77e2a32940
work save
2021-11-10 12:29:02 +08:00
royqh1979
3e442b0860
- enhancement: autosave/load bookmarks
...
- enhancement: autosave/load breakpoints
- enhancement: autosave/load watches
2021-10-21 19:33:11 +08:00
royqh1979@gmail.com
0c6f4a10a4
- fix: messages send to the gdb process's standard error are not received
2021-10-13 17:20:31 +08:00
royqh1979@gmail.com
a1e5ce379e
- fix: debugger won't exit when the program has exited.
...
- adjust: the max value of the debug console's vertical scrollbar.
2021-10-13 12:55:41 +08:00
royqh1979
9b87d93b72
- enhancement: view memory when debugging
2021-09-29 22:55:53 +08:00
royqh1979@gmail.com
b6df4fcf41
- fix: debug very slow when local infos are long
...
- fix: wrong code fold calculation
2021-09-19 14:28:30 +08:00
royqh1979
ae4eaf0746
work save
2021-09-19 09:45:03 +08:00
royqh1979
281e53acba
work save
2021-09-19 02:00:25 +08:00
royqh1979
8397ebb82f
work save:
...
correctly handle watch var update
2021-09-19 01:58:09 +08:00
royqh1979
6d027d612c
- feature: context menu for breakpoint view
...
- feature: update breakpoint line when delete/insert lines
2021-09-05 22:16:54 +08:00
royqh1979
ca9f144444
- feature: search panel's context menu
...
- feature: handle double click on backtrace view
- feature: handle double click on breakpoints view
2021-09-05 21:05:38 +08:00
royqh1979@gmail.com
9cf43026ba
- beautify dark theme
...
- feature: toggle breakpoint
- feature: clear all breakpoint
- feature: breakpoint condition
2021-09-03 10:30:08 +08:00
royqh1979
085f9c9baa
- fix: width if menu items wrong in dark theme
2021-08-31 11:13:12 +08:00
royqh1979
d3f7c872dd
- feature done: editor info tooltips
2021-08-29 22:08:43 +08:00
royqh1979@gmail.com
2eeea0eb6d
work save
2021-08-20 12:43:01 +08:00
royqh1979@gmail.com
62527a04ae
work save
2021-08-01 23:24:37 +08:00
royqh1979@gmail.com
7de6e6fd8b
work save
2021-08-01 10:00:27 +08:00