You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds variables to python traceback. Simple, lightweight, controllable. Customize formats and colors. Debug reasons of exceptions by logging or pretty printing colorful variable contexts for each frame in a stacktrace, showing every value. Dump locals environments after errors to console, files, and loggers. Works in Jupyter too.
jvmlocals 利用 JVM TI 技术,可以获取线程局部变量信息,类似 Python 的 locals() 函数,适用于调试和测试环境。 jvmlocals uses JVM TI technology to capture thread local variable information when exceptions are thrown, similar to Python's locals() function, useful for debugging and testing environments.
This repository contains reusable Terraform modules designed to provision all core AWS components required for the project. It defines infrastructure resources in a modular and scalable way, supporting backend microservices built using Node.js, Python, Maven, and Java (Catalogue, User, Cart, Payment, Shipping).
This repository includes the basics of Terraform and demonstrates core infrastructure concepts using practical examples. It covers essential Terraform features such as variables, locals, loops, conditions, dynamic blocks, provisioners, remote state configuration, and EC2 resource provisioning.