Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Problems in debug simulator and to do list

Hello,

Problems:
1.  The file name must be hard code to "main.c".

I think we need to hard code it.... in fact, as part of the testing plan, I may need to give a canned c file. Since the debug simulator now has stepNext, stepInto & stepFinish, it will be difficult for users to see the program counter flow when he/she is using a non-predefined c file. 

2.  The breakpoint must be set between line 0 and 12.

Just lengthen your c file.
 
3.  The unregistered process cannot hit on the breakpoint.
4.  Registered process cannot hit on the breakpoint except process 0.

Update the copy from CVS 

5.  Any breakpoints created in finished job cannot be hit again if
launched a new job.

Answered in the other email

6.  Cannot stop the registered process in debug view by clicking the
terminate button.
7.  Cannot step the registered process in debug view.

Update the copy from CVS

Thanks,
Donny

Todo:
1.  Link the resume, suspend, terminate, step buttons to debug core.
2.  Update annotation message when the job is launched.
3.  Check the mac machine to support array view.
4.  Updated suspend button in paralle debug view to enable if one of
process is running in current set.

Regards,
Clement
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


Back to the top