kicad/pcbnew/python/scripting
Alex Shvartzkop 86beb339b7 Improve error reporting when running Python action plugins.
Python error traceback is now logged to stderr.
On Windows, a console window will pop up if wxTheApp gets destroyed,
because message dialogs crash due to hooks that wxWidgets sets up.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15520

(cherry picked from commit a9a2d4aa7a)
2023-09-15 13:33:28 +03:00
..
pcb_scripting_tool.cpp
pcb_scripting_tool.h
pcbnew_action_plugins.cpp Improve error reporting when running Python action plugins. 2023-09-15 13:33:28 +03:00
pcbnew_action_plugins.h Improve error reporting when running Python action plugins. 2023-09-15 13:33:28 +03:00
pcbnew_footprint_wizards.cpp
pcbnew_footprint_wizards.h
pcbnew_scripting.cpp
pcbnew_scripting.h
pcbnew_scripting_helpers.cpp Prevent crash when a python script tries to use pcbnew too early. 2023-08-25 00:17:03 +03:00
pcbnew_scripting_helpers.h Prevent crash when a python script tries to use pcbnew too early. 2023-08-25 00:17:03 +03:00