Bug 295844 - Implement concept of debuggable QVT Virtual Machine
Summary: Implement concept of debuggable QVT Virtual Machine
Status: RESOLVED FIXED
Alias: None
Product: QVTo
Classification: Modeling
Component: Engine (show other bugs)
Version: 2.0   Edit
Hardware: Macintosh Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: 3.0 M4   Edit
Assignee: Radomil Dvorak CLA
QA Contact:
URL:
Whiteboard: Extensibility
Keywords: plan
Depends on:
Blocks: 295845
  Show dependency tree
 
Reported: 2009-11-23 06:11 EST by Radomil Dvorak CLA
Modified: 2010-05-28 15:27 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Radomil Dvorak CLA 2009-11-23 06:11:33 EST
Implementation of QVTO Debug feature requires a concept of a Virtual Machine for QVTO execution.
The VM should support typical debug requests (like suspend, resume) to control transformation
execution and provide VM Events notifications to debug clients.

Define VM protocol (requests - response, events)
Comment 1 Radomil Dvorak CLA 2009-12-04 15:30:47 EST
Committed.