Hello, the first thing i would like to ask if is there someway to put an embedded console inside codeblocks that could work when debugging, i mean, i made one like this
Setup using option 2 "Launch tool hidden ..."
Exe: ${TARGET_OUTPUT_BASENAME}
Dir: ${TARGET_OUTPUT_DIR}
NOTE: You need to have "Code::Blocks" log open before running on at least SVN 6564 or it crashes.
Tim S.
by user "stahta01"
it excecutes the whole code, and i can't use it for debugging, is there another way of making an embedded output display?.
I mean, i want to debug, but i want to get the output in a window inside codeblocks, i don't want to put "excecute next line", and have to switch to cmd window, and so on.
Thanks a lot.
EDIT: removed second question.