» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with DEBUG + Java

Automated Heap Dump Analysis: Finding Memory Leaks with One Click

-XX:+HeapDumpOnOutOfMemoryError http://www.eclipse.org/mat/

Eclipse: del.icio.us/tag/eclipse

JavaのバグをFindBugsで見つける:CodeZine

市場にあふれるJava静的分析ツールのなかでも、FindBugsは際立った存在です。FindBugsは、コーディングのスタイル、命名規則、あるいはベストプラクティスに重点を置くのではなく、アプリケーションを脅かすバグを特定することに全力を傾けます。しかも、妥当な成功率でこのようなバグを検出できます。実際に試した範囲では、FindBugsで指摘される問題点の少なくとも半数には注意する価値があります。コードのエラー検出に真剣に取り組むなら、FindBugsは必携のツールです。

FindBugs: del.icio.us tag/findbugs

EclipseZone - Remote Debugging with Eclipse ...

set DEBUG_OPTS = -Xdebug -Xrunjdwp:transport= dt_socket,address=1044,server=y,suspend=n

Eclipse: del.icio.us/tag/eclipse

Classpath Helper

The core of Classpath Helper is a classloader that does more than just loading classes into the JVM. Classpath Helper not only records the exact location where a class is loaded, it also searches the classpath in proper order (including hierarchies of classloaders) looking for other locations for that same class. It verifies the bytes to determine if the class bytes from blocked classes are the same or different. Classpath Helper also reads the byte code directly searching its class definition for dependencies on other classes. A reference to a class not found on the classpath would normally cause a ClassLoader to fail with the well known ClassNotFoundException or NoClassDefFoundError, but Classpath helper is able to bypass these limitations with its independent reading of the byte code. This allows Classpath Helper to merely report on missing class references instead of running into errors. A class that can not find its dependent classes cannot be properly loaded into the VM.

Eclipse: del.icio.us/tag/eclipse

Eclipseでデバッグ時にソースが見つからない場合の対処 IT技術Labo - HouseTect

Eclipseでデバッグ時に、「ソースが見つからない」ブレークポイントの部分に カーソルが止まらず、どこでブレークしてるかがわからない場合の対処法

Eclipse: del.icio.us/tag/eclipse

Page 1 | Next >>