diff options
Diffstat (limited to 'vcl/source/bitmap/bitmap.cxx')
-rw-r--r-- | vcl/source/bitmap/bitmap.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/bitmap/bitmap.cxx b/vcl/source/bitmap/bitmap.cxx index 0dae9d5ace4f..4da73a65d3cc 100644 --- a/vcl/source/bitmap/bitmap.cxx +++ b/vcl/source/bitmap/bitmap.cxx @@ -135,6 +135,8 @@ Bitmap::~Bitmap() #ifdef DBG_UTIL // VCL_DUMP_BMP_PATH should be like C:/bmpDump.png or ~/bmpDump.png static const OUString sDumpPath(OUString::createFromAscii(std::getenv("VCL_DUMP_BMP_PATH"))); + // Stepping into the dtor of a bitmap you need, and setting the volatile variable to true in + // debugger, would dump the bitmap in question static volatile bool save(false); if (!sDumpPath.isEmpty() && save) { |