-
Notifications
You must be signed in to change notification settings - Fork 20
Issues with frame variable when examining std::vector #50
Comments
"display" dose not print any message in log buffer as well. BTW, everything goes well when using terminal. |
Yes, I'm aware of this bug. But this does not have anything to do with this plugin. This is a bug in their Python API. I'm not really sure why, but there are many breakages when working from the Python API which works perfectly with the
I'll leave this issue open until a "Known Issues" section is added to README. |
Is there any way to make "frame variable" works correctly? |
@jkunlin It might work in remote debugging mode. Start the server using |
It doesn't works in remote debugging mode too. |
cc #59 |
Command 'frame variable' (so as the locals buffer) always shows that 'size = 0', while it works well with command 'display vec'.
I test with the run.sh, and here is the report:
Note:
:LL-
commands are not bound with this test instanceerror: libc.so.6 0x003de11b: DW_TAG_variable has an invalid location:
DW_OP_lit13
DW_OP_const8s(0x0000000000000000)
The text was updated successfully, but these errors were encountered: