strange logs in SystemOut while debugging
Since a few days, i have strange logs when i debug my plugin, they seem to relate to the data exchange between IDEA and the debugged instance and are so verbose I just can't use the system out anymore.
They look like
Load library: C:\WINNT\system32\kernel32.dll
Get function GetVersionExA from library C:\WINNT\system32\kernel32.dll
Function address: 0x77e90d02
Invoke function GetVersionExA
Stack len = 8 retValLen = 4 flags = 0
Calling convention = 2
Stack: 38 60 59 2f
Result array size = 4
Invoked result = 0 (0x0000000000000000)
Load library: C:\WINNT\system32\user32.dll
Get function PeekMessageW from library C:\WINNT\system32\user32.dll
Function address: 0x77e0a7bd
Get function GetMessageW from library C:\WINNT\system32\user32.dll
Function address: 0x77e17316
Get function TranslateMessage from library C:\WINNT\system32\user32.dll
Function address: 0x77e055c4
Get function DispatchMessageW from library C:\WINNT\system32\user32.dll
Function address: 0x77e0a7af
Get function PostThreadMessageW from library C:\WINNT\system32\user32.dll
Function address: 0x77e21dd5
Does anybody have an idea where they come from and if/how i can switch them off ?
Please sign in to leave a comment.
Try using JNIWrap.dll from released version of IDEA.
Thibaut wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
I took the one from IDEA 6.0.5 and it's much bettter, thanks !