Bug 222564 - tcl debugging doesn't show variables named args*
Summary: tcl debugging doesn't show variables named args*
Status: NEW
Alias: None
Product: DLTK
Classification: Technology
Component: Tcl (show other bugs)
Version: 0.95   Edit
Hardware: PC Windows XP
: P3 normal with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: dltk.tcl-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-13 09:33 EDT by Michael Grove CLA
Modified: 2008-05-26 03:07 EDT (History)
0 users

See Also:


Attachments
eclipse screenshot showing no args variables (140.37 KB, image/jpeg)
2008-03-13 09:33 EDT, Michael Grove CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Grove CLA 2008-03-13 09:33:44 EDT
Created attachment 92426 [details]
eclipse screenshot showing no args variables

debugging the following tcl script will demonstrate the problem.  i'm also attaching a screen shot.  i have eclipse 3.3.2 and the latest 0.9.2.v20080226 DLTK available from the update site on 3/13/2008.

set mylist [list a b c]
set myarray(key1) val1
set myarray(key2) val2
puts [info exists argsArray]; # puts 0
set argsArray(host) hostname
set argsArray(user) username
set argsList [array get argsArray]
set argsHost $argsArray(host)
puts $argsHost

any variable named args* will not appear in the Variables list.  i didn't see any filters that might be set in my eclipse configuration to exclude such variables.
Comment 1 Andrey Platov CLA 2008-05-26 03:07:06 EDT
bulk version set: 0.95