[llvm-dev] LLVM flow at run-time

Iulia Stirb via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 9 08:06:56 PST 2015


Dear LLVM devs,
I am extending a project of LLVM.
How can I see the flow of the code at run-time?
I see two ways:- insert some couts but where to see the console output?- run step by step using break-points but I keep receiving the error:
"Unable to start program 'C:\llvm_project\Debug\ALL_BUILD'. The system cannot find the file specified"
when I start debugging, even if the path is short enough.
None of the two ways worked for me.
I am using Visual Studio 2013.
Thank you very much,Iulia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151109/07f587b7/attachment.html>


More information about the llvm-dev mailing list