Hey, I build chromium with asan . It works well. and it could catch some bug.
However, If I use windbg or just use visual to debug it, it will failed when chromium start.
``` c++
0:000> g
(44e0.2354): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
chrome!memset+0x2f0:
00007ff7`461f25d0 660f7f01 movdqa xmmword ptr [rcx],xmm0 ds:00000445`6b634010=????????????????????????????????
```
So could I debug the asan version in debugger?