Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debugger : Local variables handling
#4
As a first approach towards an alphabetical sort, I have written the following routine which it transfer the content of the debug window to a string. Therefore, it is a matter of further processing of string "s". I give an example using notepad. I will report any further approach.

Function tempf06
Code:
Copy      Help
int w=win("Debug - thread" "#32770")
int htv=id(3002 w) ;;outline 'Variables'
str s
StringFromTreeView s htv ;; www.quickmacros.com/forum/viewtopic.php?p=21640
;Then process string s, for example
str sf="$temp$\Debug.txt"
s.setfile(sf)
run sf


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)