debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support manually adding a binary view into the debugger binary view

Open xusheng6 opened this issue 2 years ago • 0 comments

Right now the debugger dynamically checks the list of loaded modules, and whenever the input file is seen in the list, the binary view for that module is rebased and then added into the debugger binary view. However, this is not enough in several cases:

  1. The user wishes to add multiple binary views into the debugger binary view, e.g., a .exe and a DLL
  2. The user initially does not specify the input module, and later wishes to add a view into the debugger binary view

Note, we should also allow the user to configure whether the option should be repeated when the target is restarted.

xusheng6 avatar May 11 '23 05:05 xusheng6