Commit 38d5497
committed
feat: 将代码面板改为Java实现,添加debug效果和变量监视功能
- 将伪代码改为完整的Java实现
- 添加变量监视区域,显示cur、left、right、action的实时值
- 添加调用栈显示,展示递归调用层次
- 代码高亮与算法步骤精确绑定
- 添加断点标记和DEBUG徽章
- 使用深色主题,模拟IDE调试界面1 parent 4ad4aa7 commit 38d5497
File tree
9,638 files changed
+1949810
-0
lines changed- .kiro/specs/parentheses-generator-visualization
- node_modules
- .bin
- .vite
- deps
- vitest
- @acemir/cssom
- lib
- @adobe/css-tools
- dist
- cjs
- esm
- umd
- docs
- @asamuzakjp
- css-color
- dist
- browser
- cjs
- esm
- js
- node_modules/lru-cache
- dist
- commonjs
- esm
- src
- js
- dom-selector
- dist/cjs
- node_modules/lru-cache
- dist
- commonjs
- esm
- src
- js
- types
- js
- nwsapi
- src
- @babel
- code-frame
- lib
- compat-data
- data
- core
- lib
- config
- files
- helpers
- validation
- errors
- gensync-utils
- parser
- util
- tools
- transformation
- file
- util
- vendor
- src
- config
- files
- generator
- lib
- generators
- node
- helper-compilation-targets
- lib
- helper-globals
- data
- helper-module-imports
- lib
- helper-module-transforms
- lib
- helper-plugin-utils
- lib
- helper-string-parser
- lib
- helper-validator-identifier
- lib
- helper-validator-option
- lib
- helpers
- lib
- helpers
- parser
- lib
- typings
- plugin-transform-react-jsx-self
- lib
- plugin-transform-react-jsx-source
- lib
- runtime
- helpers
- esm
- regenerator
- template
- lib
- traverse
- lib
- path
- inference
- lib
- scope
- lib
- types
- lib
- asserts
- generated
- ast-types/generated
- builders
- flow
- generated
- react
- typescript
- clone
- comments
- constants
- generated
- converters
- definitions
- modifications
- flow
- typescript
- retrievers
- traverse
- utils
- react
- validators
- generated
- react
- @csstools
- color-helpers
- dist
- css-calc
- dist
- css-color-parser
- dist
- css-parser-algorithms
- dist
- css-syntax-patches-for-csstree
- dist
- css-tokenizer
- dist
- @esbuild/darwin-arm64
- @eslint-community
- eslint-utils
- node_modules/eslint-visitor-keys
- dist
- lib
- regexpp
- @eslint
- config-array
- dist
- cjs
- std__path
- esm
- std__path
- config-helpers
- dist
- cjs
- esm
- core
- dist
- cjs
- esm
- eslintrc
- conf
- dist
- lib
- config-array
- types
- node_modules/globals
- js
- src
- configs
- types
- object-schema
- dist
- cjs
- esm
- plugin-kit
- dist
- cjs
- esm
- @humanfs
- core
- dist
- src
- node
- dist
- src
- @humanwhocodes
- module-importer
- dist
- src
- retry
- dist
- @jridgewell
- gen-mapping
- dist
- types
- src
- types
- remapping
- dist
- src
- types
- resolve-uri
- dist
- types
- sourcemap-codec
- dist
- src
- types
- trace-mapping
- dist
- src
- types
- @rolldown/pluginutils
- dist
- @rollup/rollup-darwin-arm64
- @testing-library
- dom
- dist
- @testing-library
- queries
- types
- jest-dom
- dist
- node_modules/dom-accessibility-api
- dist
- polyfills
- types
- __tests__
- bun
- jest-globals
- jest
- vitest
- react
- dist
- @testing-library
- types
- @typescript-eslint
- eslint-plugin
- dist
- configs
- eslintrc
- flat
- rules
- enum-utils
- naming-convention-utils
- prefer-optional-chain-utils
- util
- class-scope-analyzer
- node_modules/ignore
- parser
- dist
- project-service
- dist
- scope-manager
- dist
- definition
- lib
- referencer
- scope
- variable
- tsconfig-utils
- dist
- type-utils
- dist
- typeOrValueSpecifiers
- typescript-estree
- dist
- create-program
- jsx
- parseSettings
- ts-estree
- node_modules
- .bin
- brace-expansion
- .github
- minimatch
- dist
- commonjs
- esm
- types
- dist
- generated
- @types
- aria-query
- babel__core
- babel__generator
- babel__template
- babel__traverse
- d3-array
- d3-axis
- d3-brush
- d3-chord
- d3-color
- d3-contour
- d3-delaunay
- d3-dispatch
- d3-drag
- d3-dsv
- d3-ease
- d3-fetch
- d3-force
- d3-format
- d3-geo
- d3-hierarchy
- d3-interpolate
- d3-path
- d3-polygon
- d3-quadtree
- d3-random
- d3-scale-chromatic
- d3-scale
- d3-selection
- d3-shape
- d3-time-format
- d3-timer
- d3-time
- d3-transition
- d3-zoom
- d3
- estree
- geojson
- json-schema
- prop-types
- react-dom
- test-utils
- react
- ts5.0
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
9,638 files changed
+1949810
-0
lines changedLines changed: 319 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
0 commit comments