ae9a84e35110df19c46eb7fc0ddbd30cf96b6d88
Reconstructed the original TypeScript source code from the two minified webpack bundles (dist/adapter.js and dist/extension.js). Source structure: - src/common.ts: Shared types (NumberFormat, events, SymbolType/Scope) - src/utils.ts: Utility functions (hexFormat, binaryFormat, etc.) - src/extension.ts: VS Code extension entry point - src/backend/: Debug adapter (GDB/MI2 protocol, symbol table, etc.) - src/frontend/: VS Code UI providers (peripherals, registers, memory, disassembly)
Description
No description provided
Languages
HTML
65.2%
TypeScript
33.6%
JavaScript
0.8%
CSS
0.4%