cplayground icon indicating copy to clipboard operation
cplayground copied to clipboard

Show threads in debugger

Open reberhardt7 opened this issue 4 years ago • 0 comments

Screen Shot 2020-03-24 at 9 09 40 PM

Currently, the debugger only lists processes. We should list threads if a process has multiple threads, and threads should be independently controllable in the inline debugging controls that appear in the editor.

We can get thread info from gdb; there is already some code tracking threads here. We need to pass this data to debugging.getContainerInfo, embed it in the ContainerInfo object, return it to the client, and update the display to show this info.

reberhardt7 avatar Apr 16 '20 21:04 reberhardt7