{"id":21775,"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00021775","sets":["1164:1384:1441:1446"]},"path":["1446"],"owner":"10","recid":"21775","title":["図形表現とテキスト表現を併用したプログラム実行状態の可視化"],"pubdate":{"attribute_name":"公開日","attribute_value":"1997-03-07"},"_buckets":{"deposit":"f6b3b149-d624-4030-a191-11649792c6a6"},"_deposit":{"id":"21775","pid":{"type":"depid","value":"21775","revision_id":0},"owners":[10],"status":"published","created_by":10},"item_title":"図形表現とテキスト表現を併用したプログラム実行状態の可視化","author_link":["466527","466525","466529","466522","466523","466528","466526","466524"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"図形表現とテキスト表現を併用したプログラム実行状態の可視化"},{"subitem_title":"Presenting the Runtime Information of Programs in Mixture of Textual and Graphical Representations","subitem_title_language":"en"}]},"item_type_id":"4","publish_date":"1997-03-07","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"大阪大学大学院基礎工学研究科"},{"subitem_text_value":"大阪大学大学院基礎工学研究科"},{"subitem_text_value":"大阪大学大学院基礎工学研究科"},{"subitem_text_value":"大阪大学大学院基礎工学研究科"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"The Faculty of Engineering Science, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"The Faculty of Engineering Science, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"The Faculty of Engineering Science, Osaka University","subitem_text_language":"en"},{"subitem_text_value":"The Faculty of Engineering Science, Osaka University","subitem_text_language":"en"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/21775/files/IPSJ-SE96113005.pdf","label":"IPSJ-SE96113005"},"date":[{"dateType":"Available","dateValue":"1999-03-07"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-SE96113005.pdf","filesize":[{"value":"737.0 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"12"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"84eabdb7-0387-480d-863a-bfdbc9adb9c9","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 1997 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"太田, 一郎"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"井上, 勝行"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"魚井, 宏高"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"首藤, 勝"}],"nameIdentifiers":[{}]}]},"item_4_creator_6":{"attribute_name":"著者名(英)","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"Ichiro, Ohta","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Katsuyuki, Inoue","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Hirotaka, Uoi","creatorNameLang":"en"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"Masaru, Sudo","creatorNameLang":"en"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AN10112981","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"オブジェクト指向プログラミングの普及に従い,そのデバッグの難しさが指摘されるようになってきている.その一つは実行時環境におけるインスタンスの状態の把握の難しさであり,もう一つはクラス継承から生ずるコンテキスト追跡の難しさである.前者の問題に関しては実行時環境におけるオブジェクトの可視化によって支援を行う試みが行われている.筆者らは後者の問題に関しても可視化の手法を適用することが有効ではないかと考え,制御構造の可視化を行う実行時環境Runtime9の開発を行った.Runtime9はテキスト表現と図的表現を併用した折衷様式の表現を用いて制御構造の直感的な把握を助け,本来は異なるコンテキストのプログラムコードを実行系列に従って仮想的に一つの制御構造として可視化することで実行時のコンテキスト追跡を支援する.","subitem_description_type":"Other"}]},"item_4_description_8":{"attribute_name":"論文抄録(英)","attribute_value_mlt":[{"subitem_description":"Programs written in object oriented manner are getting popular today. It's also getting apparent, however, that debugging such programs needs the profound understanding of 1) their runtime instances and 2) control flow. With visualization techniques, several studies have been done to support the better understanding of runtime instances. Having thought those techniques also could help understanding control flow, we developed Runtime9, the runtime environment for Java. With mixture of graphical and textual representations, Runtime9 visualizes control structures of methods invoked in form of one virtual control structure, enabling us to trace program execution easily.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"40","bibliographic_titles":[{"bibliographic_title":"情報処理学会研究報告ソフトウェア工学(SE) "}],"bibliographicPageStart":"33","bibliographicIssueDates":{"bibliographicIssueDate":"1997-03-07","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"25(1996-SE-113)","bibliographicVolumeNumber":"1997"}]},"relation_version_is_last":true,"weko_creator_id":"10"},"updated":"2025-01-19T22:59:39.268108+00:00","created":"2025-01-18T22:53:37.906776+00:00","links":{}}