CADmium-Co / CADmium

A CAD program that runs in the browser
https://cadmium-co.github.io/CADmium/
Other
1.35k stars 51 forks source link

Debugging #96

Closed dzervas closed 4 weeks ago

dzervas commented 4 weeks ago

Add debugging configuration

Front end debugging: image

Unit test debugging: image

I also added the extension recommendations (and the .vscode folder in general)

dzervas commented 4 weeks ago

I'd like to be able to debug the WASM binary itself (set a breakpoint in Rust which is hit by a JS call) but it doesn't seem to be possible right now

av8ta commented 4 weeks ago

Since most of us (all?) are on vscode then lgtm :)

dzervas commented 4 weeks ago

@jbcpollak it does! thanks for the review! <3