-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 05c8995
authored
Improved Breakpoint support and DAP resource ID handling redesign (#12)
* reworked sync/async communication between the dap server and estgi
* remove debug prints
* fix race condition ; fix debug session setup before state copy
* support source positions for stack frames ; major redesign in DAP resourceID handling: switch to pure design
* remove loadedSourcesRef ; make Source construction pure
* better CaseOf display
* improve SourceRef handling to support setting of pre-existing breakpoints from previous DAP session ; append unique id's to binder names
* fix: send response for next command ; implement pause1 parent 3ead9eb commit 05c8995
File tree
6 files changed
+723
-669
lines changed- dap
- exe
- src/DAP
6 files changed
+723
-669
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
|
0 commit comments