Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Enhancements in Memory View December 21, 2005.

Slides:



Advertisements
Similar presentations
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
Advertisements

AfiFarm 4 – The New Generation Dealers Meeting, Dead Sea, Israel, 2008.
A Flexible Debug Platform | © 2005 by IBM; made available under the EPL v1.0 1 Towards A Flexible Debug Platform (3.2)  State of the World in 3.1 and.
A Flexible Debug Platform | © 2005 by IBM; made available under the EPL v1.0 1 Progress Report - Debug Platform (3.2 M4)  State of 3.2 M4  Some Demos.
1. 1. Database address space 2. Virtual address space 3. Map table 4. Translation table 5. Swizzling and UnSwizzling 6. Pinned Blocks 2.
Threads, SMP, and Microkernels Chapter 4. Process Resource ownership - process is allocated a virtual address space to hold the process image Scheduling/execution-
Microsoft Access Project Five Enhancing Forms with OLE Fields, Hyperlinks, and Subforms.
1 of 4 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
1 Prototype Design of an Evolutionary Trustworthy Web Server  Hons Project Fall 2003.
Design Flexibility Interactive Report Viewing.
RADIUS Server (Brocade Controller)
Lesson 6 Building a ProxyGen Project File. Simplify your business Building a ProxyGen Project File 2 Overview When you complete this lesson you should.
Access Tutorial 10 Automating Tasks with Macros
Chapter 9 Collecting Data with Forms. A form on a web page consists of form objects such as text boxes or radio buttons into which users type information.
® IBM Software Group © 2006 IBM Corporation JavaScript – and EGL and.JSP Pages This learning module describes the use of JavaScript in your EGL and.JSP.
Module 3: Table Selection
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
Parallel Programming Models Jihad El-Sana These slides are based on the book: Introduction to Parallel Computing, Blaise Barney, Lawrence Livermore National.
M i SMob i S Mob i Store - Mobile i nternet File Storage Platform Chetna Kaur.
Preview four Pages Click Here-----Click and Drag to Select 4 pages.
Chapter 6 Generating Form Letters, Mailing Labels, and a Directory
Cognos Finance Tips & Techniques Part I Aimee Sousa Cognos.
MS-Word XP Lesson 9. Mail Merge The Mail Merge feature combines a list of data, typically name and address that is contained in one file with a document.
What’s new in Kentico CMS 5.0 Michal Neuwirth Product Manager Kentico Software.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
© 2002 IBM Corporation Confidential | Date | Other Information, if necessary © Wind River Systems, released under EPL 1.0. All logos are TM of their respective.
CREATING A LABEL MAIL MERGE IN WORD. TERMS FIELDS RECORDS MERGE CODES.
Z/TPF EE V1.1 z/TPFDF V1.1 TPF Toolkit for WebSphere® Studio V3 TPF Operations Server V1.2 IBM Software Group AIM Enterprise Platform Software IBM z/Transaction.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
37 Copyright © 2007, Oracle. All rights reserved. Module 37: Executing Workflow Processes Siebel 8.0 Essentials.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Exploring Microsoft Office Excel 2007 Chapter 8 What-if Analysis Robert Grauer, Keith.
Graphical Enablement In this presentation… –What is graphical enablement? –Introduction to newlook dialogs and tools used to graphical enable System i.
® IBM Software Group © 2006 IBM Corporation Finding Out Which Submit Button Was Clicked – and Other JSF Command Button Techniques This section describes.
Administering Microsoft Windows Server 2003 Chapter 2.
Eclipse Debug Views Update Policy. 2 Agenda  Background  Requirements  How does it work now?  How to make it more flexible?
® IBM Software Group © 2006 IBM Corporation JSF Rich Text Area Component This Learning Module describes the use of the JSF Rich Text Area component – for.
Copyright (c) 2006 IBM Corporation; made available under the EPL v1.0 Update Policy ~ Where we are in 3.2.
Towards Unifying Vector and Raster Data Models for Hybrid Spatial Regions Philip Dougherty.
® IBM Software Group © 2006 IBM Corporation Dependent Combo-Box U.I. Development This Learning Module walks you through the options and development techniques.
Eclipse Debug Views Update Policy. 2 Copyright (c) 2005 IBM Corporation and others. All rights reserved. This program and the accompanying materials are.
IBM Software Group © 2006 IBM Corporation Confidentiality/date line: 13pt Arial Regular, white Maximum length: 1 line Information separated by vertical.
Customize Your View of Data Training Presentation for Supply Chain Platform: BAE Systems May 2015.
© 2007 by IBM; made available under the EPL v1.0 | Jan 9 th, 2007 Darin Wright IBM Rational Software Debug Platform 3.3.
E Copyright © 2006, Oracle. All rights reserved. Using SQL Developer.
© 2016 IBM Corporation EsriJS Connector. © 2016 IBM Corporation Overview This presentation is a review of the EsriJS Connector feature introduced in TRIRIGA.
Lesson 17 Mail Merge. Overview Create a main document. Create a data source. Insert merge fields into a main document. Perform a mail merge. Use data.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
SPREADSHEET ESSENTIALS – LESSON 1 ICT 2. LEARNING TARGET Student will identify the parts of a spreadsheet.
Hudson Fare Files 103 – Alternate Fare Files
Office 365 Development July 2014.
Course Objectives After completing this course, you should be able to:
Database Essentials Access Lesson 1.
3D Slicer module programming
Multiplication table. x
Dalikoo User Guide.
Chapter 2 Processes and Threads Today 2.1 Processes 2.2 Threads
Database Essentials Access Lesson 1.
Boeing 787 SCMP Training June 2016
Microsoft Dynamics.
Getting Started with Dreamweaver
Using Procedures and Exception Handling
Building Configurable Forms
The Application Lifecycle
Spreadsheet essentials
SwiftALM product management
How to take advantage of the new Eclipse Debug Platform features
Code Composer Essentials 3.0
Presentation transcript:

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Enhancements in Memory View December 21, 2005

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Enhancements  Support for multiple address space environment  Saving of model-specific data and settings  Communication to Debug Model on background thread  Support for flexible hierarchy and update policy

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Address Space  Challenges:  Cannot customize rendering labels to show address space id  Add Memory Dialog cannot be customized to allow user enter address space information  Passing of address space information from UI to the model  No way to show debug hierarchy with address spaces  Customize rendering labels by ILabelDecorator  Retargettable “Add Memory Block” action from Memory View  Retargettable “Add Memory Rendering” action  Flexible hierarchy in tree view pane (use Async Tree Viewer)  Question: Do we need the Add Memory Rendering action to be retargettable too?

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Persistence of Model Specific Data  Persistence of row and column size based on model / target type.  Persistence of memory blocks and renderings  Platform does not persist these data, clients are responsible to persist them.  Persist data using IPersistableDebugElement interface  This interface will remain internal for 3.2.

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 IPersistableDebugElement

Copyright (c) 2005 IBM Corporation; made available under the EPL v1.0 Flexible Hierarchy and Update Policy  Use AsynchronousTableViewer in table rendering  Communicate with model on background thread  Allow clients to control when the rendering should be updated using update policy  Plans for this item: Create new internal asynchronous table rendering for 3.2 Deprecate existing table rendering when the new table rendering becomes public in the future All base renderings will be migrated to use the new asynchronous table rendering.