Commit Graph

12 Commits

Author SHA1 Message Date
Jason2866 1cc3f84cf7 Implement V120 (#11) 2026-05-01 22:03:05 +02:00
Jason2866 6de0025067 refactor: replace xml2js with fast-xml-parser to shrink size (#10) 2026-04-12 17:38:54 +02:00
Jason2866 81422dd623 Bump v1.1.3 2026-04-06 18:24:16 +02:00
Jason2866 f2512463ab Bump v1.1.2 2026-03-22 12:09:01 +01:00
Jason2866 f9fb991666 Bump version 1.1.1 2026-03-13 13:32:12 +01:00
Jason2866 c8df17028a fix package url 2026-03-11 23:00:37 +01:00
Jason2866 06a22038a0 support mi4 (#6) 2026-03-11 22:13:45 +01:00
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