mirror of
https://github.com/Example-uPagge/debugger.git
synced 2024-06-14 11:22:32 +03:00
Добавил примеры для дебага
This commit is contained in:
parent
1d94d78eda
commit
e9e07c29a8
@ -1,12 +1,19 @@
|
||||
package dev.struchkov.example.debugger.two;
|
||||
|
||||
import dev.struchkov.example.debugger.box.SurpriseBox;
|
||||
import dev.struchkov.example.debugger.box.SurpriseException;
|
||||
|
||||
public class FooService {
|
||||
|
||||
public void example() {
|
||||
for (int i = 0; i < 1000; i++) {
|
||||
SurpriseBox.surpriseOne(i);
|
||||
|
||||
// try {
|
||||
// SurpriseBox.surpriseOne(i);
|
||||
// } catch (SurpriseException e) {
|
||||
// System.err.println(e.getMessage());
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user