Jul 29, 2004 #1 thaj Programmer May 13, 2002 12 AP Hi, Can anyone tell me how to use forte C++ workshop for a small 'C' program compiled?. This is for exploring the flow of the C program?.
Hi, Can anyone tell me how to use forte C++ workshop for a small 'C' program compiled?. This is for exploring the flow of the C program?.
Jul 30, 2004 #2 bfitzmai Technical User May 15, 2004 853 US Start xemacs <source code> Using xemacs toolbar, start workshop On the workshop toolbar, select debug -> new program Select source code executable. Keep in mind, you need the -g option when you compile your source code. Upvote 0 Downvote
Start xemacs <source code> Using xemacs toolbar, start workshop On the workshop toolbar, select debug -> new program Select source code executable. Keep in mind, you need the -g option when you compile your source code.
Aug 9, 2004 Thread starter #3 thaj Programmer May 13, 2002 12 AP Hi bfitzmai, Thanks a lot. It works fine. Now i am able to debug using forte C++ debugger. Regards, Upvote 0 Downvote