I wanna to use the exec command in my program,I don't mean in the user defined function.. Anybody knows how to do that? pls help me!!thanks!:)
In the debugger, set a breakpoint on the line of code where you want the EXEC to happen. In the breakpoint definition, have it run the exec command you wish. Jon
View all questions in Keil forum