BEAMS-EE / ELECH473

6 stars 0 forks source link

[SIMD] Alternative to codeblocks #33

Open parastuffs opened 2 years ago

parastuffs commented 2 years ago

Codeblocks' debugger doesn't work on most Windows machine. Find an alternative.

KenN7 commented 2 years ago

VScode with debugger extension ?

https://code.visualstudio.com/docs/editor/debugging

parastuffs commented 2 years ago

Some students have been sent down that route. It would be nice to check if we can do a step-by-step execution in a disassembly window with watches on SSE registers. That's really all that's needed.

KenN7 commented 2 years ago

https://devblogs.microsoft.com/cppblog/visual-studio-code-c-july-2021-update-disassembly-view-macro-expansion-and-windows-arm64-debugging/

apprently possible ?