Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Debug bug report

2.  No suspend method in Session class.

Added 

5.  All the debug targets in debug view are called "TestPTP".  I think
we should use job name to represent each debug target.

Can't be done..... all debug sessions share one launch configuration (i.e. the name that you put in the Run/Debug Launch Window... Need to change the Debug View for this.

6.  After clicked the resume button in parallel debug view, the
annotation marker is still in source editor.  (I have fixed this
problem)  Currently, I hard code the filename to remove the annoation.
Later on I will get the filename from resume event when the method is done.

You can get the filename/info from the EndSteppingRangeEvent

8.  There is no filename and line number in "EndSteppingRangeEvent".  I
think it should have the same attribute with "BreakpointHitEvent".

Added.

Donny

Regards,
Clement

--
Clement Kam Man Chu
Research Assistant
School of Computer Science & Software Engineering
Monash University, Caulfield Campus
Ph: 61 3 9903 1964

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


Back to the top