To be honest, i never tried the Run button before. But now i did and it presented me with an error message/hint as a reward. The debugger expected the host application to be in the projects directory. To fix it i added the right directory to the search directory´s in the global compiler settings. It´s working now but the next problem already presented itself.
In the watches window of the debugger, it always says no symbol table info available, thus i´m stuck again.
And yes i checked the -g option to compile with debugging symbols.
Any more hints?
Edit:
My fault. I pointed the debugger search dir to the host application and not to the dll. Everythings working now!
Thank you.