If i run : winedbg --gdb --no-start test.exe
it say : target remote localhost:55304
But if I run it second time , it say a different port , for example target remote localhost:111111
is there a command line argument for winedbg so it to listen to same port every time , and to do not change the port ,so I can specity to witch port it to listen , or I have to recompile winedbg ? Thank you!