DEV Community

Discussion on: Debug Crystal in VSCode via CodeLLDB

Collapse
 
kosteg profile image
Kosteg • Edited

Don't see any variables dev-to-uploads.s3.amazonaws.com/i/...

Collapse
 
skuznetsov profile image
Sergey Kuznetsov

Did you compile it with --debug (-d for brevity)?
By default crystal compiler injects only line numbers info to show properly stack info for exception dumps.
If you didn't supplied that flag, you may be able to put break points but not to see any debug info.