
Originally Posted by
ftrias
Run the install program with the -i option as in: teensy_debug -i=c:\Arduino-1.8.12
Thanks, it is still not happy
Code:
D:\GitHub>cd TeensyDebug
D:\GitHub\TeensyDebug>teensy_debug -i=c:\arduino-1.8.12
Do you want to install GDB support for Teensyduino?
[y/n] ? y
Install GDB in Teensyduino
Teensyduino app found, but contents not found in c:\arduino-1.8.12! Try using -i
Traceback (most recent call last):
File "\\Mac\Home\Documents\Source\TeensyDebug\teensy_debug.py", line 331, in <module>
File "\\Mac\Home\Documents\Source\TeensyDebug\teensy_debug.py", line 235, in runGDB
NameError: name 'exit' is not defined
[17872] Failed to execute script teensy_debug
D:\GitHub\TeensyDebug>dir c:\arduino-1.8.12
Volume in drive C is Windows
Volume Serial Number is B2F0-35F3
Directory of c:\arduino-1.8.12
02/13/2020 01:32 PM <DIR> .
02/13/2020 01:32 PM <DIR> ..
02/13/2020 11:32 AM 16,354,304 arduino-builder.exe
02/13/2020 11:32 AM 404,480 arduino.exe
02/13/2020 11:32 AM 71 arduino.l4j.ini
02/13/2020 11:32 AM 401,920 arduino_debug.exe
02/13/2020 11:32 AM 71 arduino_debug.l4j.ini
02/13/2020 01:31 PM <DIR> drivers
02/13/2020 01:33 PM <DIR> examples
02/13/2020 01:33 PM <DIR> hardware
02/13/2020 01:31 PM <DIR> java
05/16/2020 05:49 AM <DIR> lib
02/13/2020 01:31 PM <DIR> libraries
02/13/2020 11:32 AM 43,520 libusb0.dll
02/13/2020 11:32 AM 421,200 msvcp100.dll
02/13/2020 11:32 AM 770,384 msvcr100.dll
02/13/2020 01:31 PM <DIR> reference
02/13/2020 11:32 AM 94,379 revisions.txt
02/13/2020 01:32 PM <DIR> tools
02/13/2020 01:31 PM <DIR> tools-builder
02/13/2020 11:32 AM 331 wrapper-manifest.xml
10 File(s) 18,490,660 bytes
11 Dir(s) 752,807,575,552 bytes free
Note: I am not sure if this helps or not, but If I type python I see
Code:
D:\GitHub\TeensyDebug>python
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.