kaist-cp / smr-benchmark

SMR Benchmark: A Microbenchmark Suite for Concurrent Safe Memory Reclamation Schemes
http://cp.kaist.ac.kr/gc
MIT License
36 stars 5 forks source link

Debugger + Sanitizer #5

Closed tomtomjhj closed 5 years ago

tomtomjhj commented 5 years ago

Codes that pass tests are not necessarily bug-free. Although many common bugs can be caught with sanitizers, sometimes we need to use debuggers. It would be very helpful if the debugger can make use of the errors caught by the sanitizer.

Q: how to configure vscode to do this?

jeehoonkang commented 5 years ago

Use CLion.