|
My app is running on port 4002. How do I configure LiveDebugger to handle that? |
Answered by
GuzekAlan
Jul 1, 2025
Replies: 1 comment
|
Hello, LiveDebugger automatically handles debugging your application regardless of the port you are running it on (since it operates on process level). If you are having problem with opening LiveDebugger inside browser extension (e.g. Chrome Extension) please check if you have elixir dependency installed and properly configured (see https://github.com/software-mansion/live-debugger#getting-started). If you want to host LiveDebugger on different port then you can configure it like this https://github.com/software-mansion/live-debugger#other. If you have other problem with the application please let me know :) |
0 replies
Answer selected by
kraleppa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, LiveDebugger automatically handles debugging your application regardless of the port you are running it on (since it operates on process level).
If you are having problem with opening LiveDebugger inside browser extension (e.g. Chrome Extension) please check if you have elixir dependency installed and properly configured (see https://github.com/software-mansion/live-debugger#getting-started).
If you want to host LiveDebugger on different port then you can configure it like this https://github.com/software-mansion/live-debugger#other.
If you have other problem with the application please let me know :)