I've written a multi threaded application in C++, i dont know how to debug that.
If it is a single threaded application, I use dbx to debug successfully. since my application is having 5thread, i dont know how to debug that. Also my program is taking command line argument, how to pass it to the program.