I wanted to switch from gDEBugger to CodeXL, since CodeXL is the successor to gdeb and even has integration with Visual Studio.
However, there are some integration issues for me. I am using VS2013, the latest version of CodeXL and compiling with .NET 4.5.
- It runs the executable from the obj folder, not the bin folder. Thus, if I run CodeXL debugging, it does not find my dll engine files or any other materials copied with the output, as they are in the bin folder. I fixed this by manually copying the files there, but this is a rather dirty solution if you ask me.
- I don't know how to write codeXL code changes with CodeXL code, mainly for gDEBugger. I can run my project only in CodeXL "Debug mode", but this log does not log redundant state changes. If I switch to the required βAnalysis modeβ, I donβt get any statistics at all and I canβt even start the application, the buttons and viewing statistics are disabled.
Does someone successfully use CodeXL with OpenTK and can tell me how to proceed? This boils down to the following two questions:
- How to change the executable path to fix obj β bin folder problem?
- How to register redundant state changes of an OpenGL application?
source share