Vai al contenuto

Edit and Debug Mode

While both the Watch window and the Oscilloscope do not make use of the source code, all the other debuggers do: when debug mode is on, changes to the source code are in- hibited and debug tools become active.GF_ProjectVX code automatically enables debug mode when at least one of the following conditions are met:
  • at least one breakpoint is correctly set.
  • At least one trigger (graphic or textual) is correctly set.
  • Live debug mode is on.
When all the conditions above are not met, the debug mode automatically switches off and GF_ProjectVX code enters in edit mode.The status bar shows whether the debug mode is active or not.. Edit and Debug Mode-image_0Note that you cannot enter the debug mode if the connection status differs from Connected.