bcc.conf.default 592 B

123456789101112
  1. # It is generally recommended NOT to have a bcc.conf file in the same folder as
  2. # your bcc binary.
  3. #
  4. # However, when debugging bcc, usually your debugger has a different BMXPATH to
  5. # that of the bcc you are debugging. This can cause problems, like accessing
  6. # modules from the debugger's BlitzMax rather than those of the bcc you are
  7. # debugging.
  8. # You can override the BMXPATH environment variable inherited from your debugger
  9. # by copying this file as "bcc.conf" next to your bcc-binary and uncomment
  10. # the following lines, adjusting the path accordingly :
  11. #
  12. #BMXPATH=YOUR/PATH/TO/BLITZMAX