User forums > Help
debugger
Aristotle:
Sorry for the trouble cause ,it was my AVG antivirus doing preventing from accessing the .exe file generated by code block ,i'll have to change my antivirus, Thanks a lot for the cooperation.
Commaster:
The problem is actually in that he is rebuilding the Debug build while trying to debug a Release build. (Look at the paths in build and debug logs)
BlueHazzard:
--- Quote from: Commaster on July 13, 2013, 08:50:16 pm ---The problem is actually in that he is rebuilding the Debug build while trying to debug a Release build. (Look at the paths in build and debug logs)
--- End quote ---
generally this is no problem... if there are no debug symbols in the executable (release) gdb will say it, or he doesn't see any variables...
in this case gdb could not find/execute the application
--- Quote ---Starting the debuggee failed: No executable specified, use `target exec'.
--- End quote ---
the problem is the Antivirus software... this shitty heuristic detection of viruses make a lot trouble in the last time, (also for me...)
greetings
Commaster:
Maybe, just maybe, ... there was never ever a release build built...
BlueHazzard:
Maybe that's true ;)
greetings
Navigation
[0] Message Index
[*] Previous page
Go to full version