-
Notifications
You must be signed in to change notification settings - Fork 0
@Alive
maeiky edited this page Oct 15, 2025
·
1 revision
Launch an alive environment
First element in execution line is always a new separate instance
@ symbol will limit this instance to be a single instance in for whole system
gdb param1
|
gdb param2
2 instance of gdb will run simultaneously
@gdb param1
|
@gdb param2
only one instance gdb will run the second instance will be notified with param2 through stdin
Language
Design
Game Changer