Hi all,<br><br>I've been study clang for a while, and i found it's great to view some graph (while debugging code).<br>Usually i use gdb under emacs and call GRExprEngine::ViewGraph(false) when i need to see where the analysis goes.<br>
<br>But i found it's faster for me to debug clang in VS, because i can see "locals" much quickly and clearly.<br><br><br><br>Here comes the problems:<br><br>First, can i make the "-analyzer-viz-egraph-graphviz" or something like this happen on windows? If so, how?<br>
<br>Second, is there anything like "gdb call" in VS Debugging? Further, can i make GRExprEngine::ViewGraph(false) happen while debugging clang in VS?<br><br>I'll also appreciate it if there are any advice about debugging with gdb.<br>
<br>Thanks.<br clear="all"><br>-- <br>Best regards!<br><br>Lei Zhang<br>