🎉 We're happy to announce new public releases 🎉

  • SmartCode v10.4r1 - Take advantage of all the benefits our tools have to offer and build your applications with the latest version
  • TriCore v6.3r1 Inspector v1.0r8 - Save time and detect known issues before they get into your application
Contact us to get access

Triggering scripts via Execution Breakpoints

23-Sep-2024

Almost every action in winIDEA can be scripted using winIDEA SDK. Combining the scripting feature with the ability to trigger such scripts you get a really powerful combination that can be used for all sorts of things. 


Solution

1. Create an initialization script via the Watch Window and save it to your PC.

2. Open Debug | Breakpoints.

3. Enable Script in the Action section and select your script. When the application stops at the selected breakpoint winIDEA will execute the script. 


For a more detailed visualization follow the Breakpoints Tutorial.

Was this answer helpful?