Hello,

I followed the directives to debug a remote server, as described in How can I debug my Java class in the Designer?.

That works well, I can set breakpoints on Java class statements, and debug the code.

I would like to know if it possible to also debug a RD process by setting breakpoints on process elements?

I don't see how to have my breakpoints stop when they are executed. I started the engine, but that does not work.

asked 14.11.2014 at 09:58

A1234's gravatar image

A1234
(suspended)
accept rate: 33%


Hi Adriano

Unfortunately, this is not possible.

If you connect to a remote server for debugging you are using Java debugging technology. Process element breakpoints are special breakpoints that are only available in Axon.ivy and has nothing to do with Java breakpoints. Therefore, the process element breakpoints are not installed on the remote server.

link

answered 17.11.2014 at 09:26

Reto%20Weiss's gravatar image

Reto Weiss ♦♦
4.9k202857
accept rate: 74%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×6

Asked: 14.11.2014 at 09:58

Seen: 1,987 times

Last updated: 17.11.2014 at 09:26