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

Step into RPC #101

Open
CLOVIS-AI opened this issue Jun 14, 2024 · 1 comment
Open

Step into RPC #101

CLOVIS-AI opened this issue Jun 14, 2024 · 1 comment

Comments

@CLOVIS-AI
Copy link

This is just a feature suggestion for IDEA relating to this library, and since this library was just announced, it's probably not until the far future.

It would be great if the IntelliJ debugger could "step into RPC": when you're stepping through an RPC client, and you reach the kotlinx.rpc method, "smart step into" would give you two choices:

  • Step into the library function, like normal,
  • Step into RPC, in which case IntelliJ would create a breakpoint on the server that is going to receive the RPC request you are making, such that as soon as the request goes through, the debugger on the other side stops and you can continue stepping through there.
@Mr3zee
Copy link
Collaborator

Mr3zee commented Jun 14, 2024

Wow, this sounds nice! But yeah, this is far future for now.
But we will keep that in mind, thank you!

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