You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a Disassembly Browser command to the Browse menu (Shell and editor).
It shows the disassembled bytecode of the editor content, the Shell input,
or the selection, as collapsible code objects colored by operand kind.
Selecting an instruction highlights the matching source, and selecting
source selects the instructions.
While the debugger is stopped, the browser instead shows the code object
that is executing -- obtained from the subprocess through the debugger RPC
via marshal, not by recompiling the editor -- and marks the current
instruction.
It shares the window skeleton and editor-sync mechanism with the token and
AST browsers.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments