Hi,
I have a debug Android Chromium build successfully built, but I am facing one issue. I want to run Android Chromium from VSCode, attach and display the stack on breakpoint/segmentation. Similar to debugging desktop Chromium.
Is there any alternatives to debugging that performs much like VSCode's Run and Debug stack viewer? I would love to be able to see declared variables, objects, etc. that are currently on the stack that lldb doesn't seem to show. I also prefer to not use a terminal and type "C" to step through the code.
Thank you.