mihneabalta / metalscroll

Automatically exported from code.google.com/p/metalscroll
Apache License 2.0
0 stars 0 forks source link

Debug messages produced by MetalScroll #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using MetalScroll 1.0.7 

1. Launch DebugView for Windows (http://technet.microsoft.com/en-
us/sysinternals/bb896647.aspx) to see OutputDebugStrings outside of a 
debugger. I use this for debugging Shell interactions with my app.

2. Use MetalScroll in devstudio and edit file.

I see MetalScroll messages in DebugView.  

[3748] MetalScroll: New view registered: 0x3CA38BB4.
[3748] MetalScroll: Subscribed to view events.
[3748] MetalScroll: OnSetFocus(0x3CA38BB4).
[3748] MetalScroll: Hooked view 0x3CA38BB4. Scrollbars: 5099a, 409e2. 
Editor: 609a0. MetalBar: 0x2790CD08.

Original issue reported on code.google.com by john.sch...@gmail.com on 28 Jan 2010 at 2:44

GoogleCodeExporter commented 9 years ago
I've left those messages enabled intentionally to be able to debug cases when 
MetalScroll can't find the HWND for the editor scrollbar. I only print 4 
messages for 
each newly created editor window and they are clearly marked as coming from 
MetalScroll, so they shouldn't cause performance problems or interfere with 
your debug 
sessions.

Original comment by mihnea.balta@gmail.com on 30 Mar 2010 at 12:04