You can start the process from within IDA, first load the binary ( exe ) into IDA ( File -> Open, or select on the IDA's start menu ), then select a debugger, "Local Windows Debugger" will work fine. After which you can click the green Play Icon.
After which, IDA automatically breaks at the first function call. You can set the breakpoints even before starting the debugger.