Commit Graph

5 Commits

Author SHA1 Message Date
Jason2866 bee381f4f3 Unit Tests: Add unit tests for PR changes (#4) 2026-03-11 19:21:24 +01:00
Jason2866 69b7036185 update build flow 2026-03-11 16:27:32 +01:00
Jason2866 8553a1b9df update deps 2026-03-11 16:16:24 +01:00
Jason2866 6aaf771b8c change name "pioarduino-vscode-debug" 2026-03-11 16:09:03 +01:00
Jason2866 ae9a84e351 Decompile minified dist/ bundles into human-readable TypeScript source
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)
2026-03-11 15:54:40 +01:00