debugger
debugger copied to clipboard
Support reading architecture and platform from the debug adapter
The arch + platform is used to create the debugger binary view. Right now, it is either copied from the currently opened view, or is provided by the user. It would be nice if we can read the info from the debug adapter, removing the need to manually set them when the user uses the debugger without a binary view.