Bring to front
How does the IDEA Debugger bring itself to the front? I've been searching
the net for info to no avail. Is it done via JNI? If so, which DLL has it
and what is the class/method name?
--
Jordan Zimmerman
Senior Software Architect
SHOP.COM
http://www.shop.com
Please sign in to leave a comment.
Hello Jordan,
There's nothing special here: whenever the breakpoint is hit, debugger calls Frame.toFront()
--
Best regards,
Eugene Zhuravlev
Software Developer
JetBrains Inc.
http://www.jetbrains.com
"Develop with pleasure!"
"Jordan Zimmerman" <jordanz@shop.com> wrote in message news:ds5lam$ngi$1@is.intellij.net...
>
>
"Eugene Zhuravlev (JetBrains)" <jeka@intellij.com> wrote in message
news:ds74nu$o5n$1@is.intellij.net...
>
>
Thanks. I read the doc for that and didn't even consider it. Much easier
than writing a DLL ;)
-Jordan