User Activity

I am using following command to execute the existing .elf fileJLinkGDBServerCL.exe -port 2331 -s -device STM32L462RE -endian little -speed 4000 -if swd -vdwhere I need to change to load my newly generated elf (from command line) in the above command....
how to launch stm32cubeide debugger from command line?