Even in that case ide doesn't matter , a debugger matters , your ide acts just as an another interface to the debugger which you also access through command line.
E.g. the gdb ,the gnu debugger.
Compilers may matter sometimes, e.g. vc++ and g++ both dont offer all c++11 features but g++ still offers some features that vc++ dont and vice versa (though g++ offers more)