I wanted to switch from gDEBugger to CodeXL as CodeXL is the successor of gdeb and even has Visual Studio integration.
However, there are some problems with the integration for me. I'm using VS2013, the most recent CodeXL version and compile against .NET 4.5.
Is someone successful using CodeXL with OpenTK and can tell me how to proceed? It boils down to the following two questions:
This is not a perfect solution but would ensure you have the latest files every time you build inside your "obj" folder, you could go into your project properties and under "Build Events" set your "Post-build event command Line:" to:
copy "$(SolutionDir)\YourProjectName\bin\Debug" "$(ProjectDir)\obj\Debug"
Assuming of course your active build is set to "Debug" and also replace your "YourProjectName" with your project name :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With