Rev 4322 is closer to the way it used to be.
Clicking Debug/Continue with modified files fires up the compiler and then the debugger as expected. This appears to work correctly including pausing/stopping the debugging session.
Clicking Debug/Continue with no modified files appears to still have issues.
Clicking Debug/Continue with no modified files starts the debugger, however the process stops with the line:
and the application is not running. It seems like it is paused at the beginning of the execution of the application. All of the debugger buttons are active. The debug windows (Call stack) window is empty. Pressing the Debug/Continue button again starts the application.
Pressing the Stop debugger button after the application is running does not "pause" execution, but rather completely stops the debugger. This only happens if the compiler did not run before starting the debugging session.