Uh oh!
There was an error while loading. Please reload this page.
Unify frame and locals collection implementation between ThreadClient and servers - #465
Conversation
Could you wait for refactoring CDP part until I'm done creating the test framework for CDP? |
st0012
commented
Dec 30, 2021
@ono-max I can drop the changes for CDP server if you concern about the test coverage. |
ono-max
commented
Dec 30, 2021
That sounds good. Could you drop it? Thank you. |
cd1ccb4 to
dccd0c1Comparest0012
commented
Dec 30, 2021
@ono-max done 👍 |
ko1
commented
Jan 4, 2022
why dap tests are changed? |
Uh oh!
There was an error while loading. Please reload this page.
Could you rebase this PR so that we can confirm if your changes work in CI? |
dccd0c1 to
bcba6eaComparest0012
commented
Jan 5, 2022
@ono-max rebased and it passed 👍 |
Sorry, if you're ok, could you use the test generator instead of modifying tests directly to rewrite tests? |
1572ccf to
5d4e33cCompareThis change also fixes an issue that '%self' is not displayed when stepping backward.
5d4e33c to
34463a8Comparest0012
commented
Mar 18, 2022
ono-max
commented
Mar 19, 2022
Did you fix tests with the test generator? |
st0012
commented
Mar 19, 2022
No. I plan to use the new |
ko1
commented
Mar 20, 2022
Sorry for absent. I'll merge it and I revisit to consider about the name |
st0012
commented
Mar 20, 2022
@ko1 thank you 🙏 |
get_frameto retrieve frames with the given frame index.collect_localsto retrieve the locals from the given frame.%selfisn't displayed in DAP when stepping backward.Thanks to the DAP tests written by @ono-max, I feel a lot comfortable doing such refactoring now 👍