mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-27 12:21:26 +00:00
* Create developer docs * Remove mike dependency * Update docs * Make docs/dev self-contained * Add incomplete deploy-dev-docs workflow * Fix typo * Add workflow file to path: * Add doxygen as dependency * Add remaining deploy steps * Add working-directory * Fix working-directory error * Add missing Makefile * Change flameshot website repo url * Change working-directory for safety step * Add git credentials * Change push credentials * Use different token secret * Remove checkpoints * Add separate branch developer-docs * Add || true * Update docs * Update the 'Maintaining the documentation' docs * Fix error in deploy-dev-docs workflow * Remove accidentally committed file DOC.md * Update PAT expiry date * Rename developer-docs branch to dev-docs-staging
500 B
500 B
Debugging
FLAMESHOT_DEBUG_CAPTURE
With this cmake variable set to ON, the flameshot capture GUI window won't bypass the
window manager. This allows you to manipulate the capture GUI window like any
other window while debugging.
This can be useful if a debugging breakpoint is triggered while flameshot is in full screen mode. Without this variable, you might have trouble inspecting the code due to a frozen full-screen window.
Usage:
cmake -DFLAMESHOT_DEBUG_CAPTURE=ON ...