Ver código fonte

Added more detailed usage notes.

woollybah 10 anos atrás
pai
commit
75cd3f7441
1 arquivos alterados com 9 adições e 3 exclusões
  1. 9 3
      bcc.conf.default

+ 9 - 3
bcc.conf.default

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