9 lines
132 B
Plaintext
9 lines
132 B
Plaintext
target remote localhost:3000
|
|
|
|
# *try* to stop at the user entry point (it might be gone due to inlining)
|
|
break main
|
|
|
|
load
|
|
|
|
continue
|