-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Plan #17
Comments
Call Stack
|
Multiple Thread
|
Variables
|
Big stack frame
|
Breakpoint and innner class
|
Variable Performance Test
|
No Debug Information Test
|
Maven Test
|
Gradle Test
|
PetClinic
|
TODO application
|
Single file build
|
Console application
|
Java 9 modular application
|
Multi-root
|
Hot Code Replace
|
Conditional Breakpoints
package com.ms.samples; /** * Hello world! * */ public class App { public static void main( String[] args ) { int i = 0; for (; i <= 1000; i++) { if (i == 1000) { System.out.println( "Hello World!" ); } } System.out.println( "Hello World!" ); } }
|
Restart Frame
|
Encoding Test for project under chinese directory
|
Encoding Test for text file encoding
|
Caught and Uncaught exceptions test
|
Restart Frame
|
Logpoint
|
Hello World
helloworld
, create a file namedApp.java
in this folder and filling the following codes:mainClass
String[0] (id=%d)
args.toString() + " test"
, verify the result like[Ljava.lang.String;@726f3b58 test
args.toString() + " test"
in debug console, verify the same result in debug console and it is expandable.App.main(String[]) (App.java:5)
Hello World!
in debug console.The text was updated successfully, but these errors were encountered: