13 Commits

Author SHA1 Message Date
lightovernight
533ba9824b implement exception breakpoint 2025-08-26 18:09:16 +08:00
lightovernight
fabcba9d58 add ctype.h to core.c 2025-08-19 19:44:52 +08:00
lightovernight
a4c5ea0d9e implement output event 2025-08-19 19:41:45 +08:00
lightovernight
b5ecbda2c5 fix bp not hit because of path format 2025-08-19 19:41:05 +08:00
lightovernight
0c3b0e0f05 implement exit event 2025-08-19 19:34:29 +08:00
lightovernight
bf8abcce89 simplify the workdir process and minor optimizations 2025-08-19 19:33:33 +08:00
lightovernight
0a9623b9fb implement evaluate request 2025-08-19 18:50:03 +08:00
blueloveTH
b786fda39d add exception breakpoint 2025-08-18 11:40:13 +08:00
lightovernight
d516b51063
Gsoc 2025 debugger (#387)
* add debugger module

* simplify the workdir process

* Update main.c

* Update main.c

* update debugger

* change port to 6110

* Update main.c

* simplify the workdir process and minor optimizations

* implement exit event

* Fix memory management in setBreakpoints

* replace free to PK_FREE

* Add custom command ready

---------

Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2025-08-16 20:04:59 +08:00
blueloveTH
1b623ce2f8 Update core.c 2025-08-09 15:42:04 +08:00
lightovernight
d5d4a5f738
Gsoc 2025 debugger (#386)
* add debugger module

* simplify the workdir process

* Update main.c

* Update main.c

* update debugger

* change port to 6110

* Update main.c

* simplify the workdir process and minor optimizations

* implement exit event

* Fix memory management in setBreakpoints

* replace free to PK_FREE

---------

Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2025-08-09 15:40:06 +08:00
lightovernight
d0980c6934
Gsoc 2025 debugger (#385)
* add debugger module

* simplify the workdir process

* Update main.c

* Update main.c

* update debugger

* change port to 6110

* Update main.c

* simplify the workdir process and minor optimizations

* implement exit event

* Fix memory management in setBreakpoints

---------

Co-authored-by: blueloveTH <blueloveth@foxmail.com>
2025-08-09 14:43:16 +08:00
lightovernight
ec8f8f473e
Merge pull request #379 from lightovernight/gsoc-2025-debugger
Gsoc 2025 debugger
2025-08-09 13:04:04 +08:00