Bug 463253 - Failed to debug ecl script context in group
Summary: Failed to debug ecl script context in group
Status: UNCONFIRMED
Alias: None
Product: RCPTT
Classification: Technology
Component: IDE (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-27 03:40 EDT by Olga Yurchuk CLA
Modified: 2015-03-27 03:40 EDT (History)
0 users

See Also:


Attachments
Screenshot (314.76 KB, image/png)
2015-03-27 03:40 EDT, Olga Yurchuk CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olga Yurchuk CLA 2015-03-27 03:40:13 EDT
Created attachment 251945 [details]
Screenshot

1. create Ecl Script Context "EclScriptNotInGroup"
proc EclScriptNotInGroup
{
	show-alert "Message from EclScriptNotInGroup" 
}
2. create ECL Script Context "EclScriptInGroup"
proc EclScriptNotInGroup
{
	show-alert "Message from EclScriptInGroup" 
}
3. create context Group
4. add EclScriptInGroup to Group
5. create Test Case
 EclScriptNotInGroup
 EclScripttInGroup
6. add to testcase EclScriptNotInGroup and Group
7. set breakepoits to each command in test case and debug

Expected: When it is EclScriptInGroup breakepoint, the context EclScriptInGroup editor is opened in Debug perspective

Actual: Editor EclScriptInGroup is not opened