Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpack path error #71

Open
scotfor opened this issue Jan 24, 2022 · 1 comment
Open

unpack path error #71

scotfor opened this issue Jan 24, 2022 · 1 comment

Comments

@scotfor
Copy link

scotfor commented Jan 24, 2022

When I unpack the zip file in windows 10 this is the path that results:

       C:\Users\scotf\Arduino\tools\EspExceptionDecoder-1.1.0\EspExceptionDecoder\tool
      
                  2022-01-24  07:04 AM    <DIR>          .
                  2022-01-24  07:04 AM    <DIR>          ..
                  2022-01-23  09:19 PM            12,289 EspExceptionDecoder.jar
                                 1 File(s)         12,289 bytes
                                 2 Dir(s)  400,096,276,480 bytes free

This is not as described in documentation:
"Unpack the tool into tools directory (the path will look like
<home_dir>/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar)`."

I "removed" the 'EspExceptionDecoder-1.1.0' sub dir and it works.

I think the unpacking path needs to be fixed to remove "EspExceptionDecoder-1.1.0"

@VonHirsch
Copy link

VonHirsch commented Jun 5, 2022

Thanks for this. Also (under windows) I had to put mine under the "sketchbook location" as in the Arduino ide preferences dialog.

image

e.g.:

<sketchbook location>\tools\EspExceptionDecoder\tool\EspExceptionDecoder.jar

image

For PlatformIO Users Select ELF :
<platform IO project>\.pio\build\esp32dev\firmware.elf

Then paste your stacktrace into the window

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants