dbg 798 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. # Copyright 2015-2016 bill-auger <https://github.com/bill-auger/av-caster/issues>
  3. #
  4. # This file is part of the AvCaster program.
  5. #
  6. # AvCaster is free software: you can redistribute it and/or modify
  7. # it under the terms of the GNU General Public License version 3
  8. # as published by the Free Software Foundation.
  9. #
  10. # AvCaster is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with AvCaster. If not, see <http://www.gnu.org/licenses/>.
  17. export GST_DEBUG=2
  18. cd Builds/Makefile && CONFIG=Debug make -j 2 && gdb
  19. cd ../../